From: Andrew Innes Date: Sun, 6 Feb 2000 23:37:34 +0000 (+0000) Subject: Add include protection. X-Git-Tag: emacs-pretest-21.0.90~5084 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=28dd1b41cc43dba03b9d5d2b5657a6fa1180e802;p=emacs.git Add include protection. --- 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 @@ +#ifndef SYS_TIME_H_INCLUDED +#define SYS_TIME_H_INCLUDED + /* * sys/time.h doesn't exist on NT */ @@ -15,4 +18,6 @@ struct timezone void gettimeofday (struct timeval *, struct timezone *); +#endif /* SYS_TIME_H_INCLUDED */ + /* end of sys/time.h */