diff nt/inc/sys/time.h @ 27625:fa66d09c3310

Add include protection.
author Andrew Innes <andrewi@gnu.org>
date Sun, 06 Feb 2000 23:37:34 +0000
parents 4d638e5a9e7d
children 23a1cea22d13
line wrap: on
line diff
--- a/nt/inc/sys/time.h	Sun Feb 06 23:37:33 2000 +0000
+++ b/nt/inc/sys/time.h	Sun Feb 06 23:37:34 2000 +0000
@@ -1,3 +1,6 @@
+#ifndef SYS_TIME_H_INCLUDED
+#define SYS_TIME_H_INCLUDED
+
 /*
  * sys/time.h doesn't exist on NT
  */
@@ -15,4 +18,6 @@
 
 void gettimeofday (struct timeval *, struct timezone *);
 
+#endif /* SYS_TIME_H_INCLUDED */
+
 /* end of sys/time.h */