have to include <sys/types.h>
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 14 Mar 1990 09:32:41 +0000 (01:32 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Wed, 14 Mar 1990 09:32:41 +0000 (01:32 -0800)
SCCS-vsn: include/time.h 5.3

usr/src/include/time.h

index fee7b0a..485d267 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)time.h      5.2 (Berkeley) %G%
+ *     @(#)time.h      5.3 (Berkeley) %G%
  */
 
  */
 
+#include <sys/types.h>
+
 struct tm {
        int     tm_sec;         /* seconds after the minute [0-60] */
        int     tm_min;         /* minutes after the hour [0-59] */
 struct tm {
        int     tm_sec;         /* seconds after the minute [0-60] */
        int     tm_min;         /* minutes after the hour [0-59] */