# HG changeset patch
# User Andrew Innes <andrewi@gnu.org>
# Date 949880254 0
# Node ID fa66d09c3310cad4b9b57eefdd93acf678906f7a
# Parent  904a6e5948b52ac446332e9aacb2e72f6c8c63ac
Add include protection.

diff -r 904a6e5948b5 -r fa66d09c3310 nt/inc/sys/time.h
--- 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 */