aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Innes2000-02-06 23:37:34 +0000
committerAndrew Innes2000-02-06 23:37:34 +0000
commit28dd1b41cc43dba03b9d5d2b5657a6fa1180e802 (patch)
treed2d3268c3b9f30178cf7383efa164a3858fad2bd
parent9e598d898ebb3bee3cdb745c186685078dd29ad0 (diff)
downloademacs-28dd1b41cc43dba03b9d5d2b5657a6fa1180e802.tar.gz
emacs-28dd1b41cc43dba03b9d5d2b5657a6fa1180e802.zip
Add include protection.
-rw-r--r--nt/inc/sys/time.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/nt/inc/sys/time.h b/nt/inc/sys/time.h
index dc270998609..441b3faa650 100644
--- a/nt/inc/sys/time.h
+++ b/nt/inc/sys/time.h
@@ -1,3 +1,6 @@
1#ifndef SYS_TIME_H_INCLUDED
2#define SYS_TIME_H_INCLUDED
3
1/* 4/*
2 * sys/time.h doesn't exist on NT 5 * sys/time.h doesn't exist on NT
3 */ 6 */
@@ -15,4 +18,6 @@ struct timezone
15 18
16void gettimeofday (struct timeval *, struct timezone *); 19void gettimeofday (struct timeval *, struct timezone *);
17 20
21#endif /* SYS_TIME_H_INCLUDED */
22
18/* end of sys/time.h */ 23/* end of sys/time.h */