protect against reinclusion
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Jan 1994 07:52:42 +0000 (23:52 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Wed, 5 Jan 1994 07:52:42 +0000 (23:52 -0800)
SCCS-vsn: sys/sys/times.h 8.2

usr/src/sys/sys/times.h

index 99f26d5..c08e09f 100644 (file)
@@ -4,9 +4,12 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)times.h     8.1 (Berkeley) %G%
+ *     @(#)times.h     8.2 (Berkeley) %G%
  */
 
  */
 
+#ifndef        _TIMES_H_
+#define        _TIMES_H_
+
 #include <machine/ansi.h>
 
 #ifdef _BSD_CLOCK_T_
 #include <machine/ansi.h>
 
 #ifdef _BSD_CLOCK_T_
@@ -28,3 +31,4 @@ __BEGIN_DECLS
 clock_t        times __P((struct tms *));
 __END_DECLS
 #endif
 clock_t        times __P((struct tms *));
 __END_DECLS
 #endif
+#endif /* !_TIMES_H_ */