Mercurial > emacs
changeset 27625:fa66d09c3310
Add include protection.
author | Andrew Innes <andrewi@gnu.org> |
---|---|
date | Sun, 06 Feb 2000 23:37:34 +0000 |
parents | 904a6e5948b5 |
children | 79dc811783de |
files | nt/inc/sys/time.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
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 */