From 1e6c79bc152b14b9f70655dc9d1217b9128267dc Mon Sep 17 00:00:00 2001 From: Shane Caraveo Date: Tue, 30 Nov 1999 03:54:51 +0000 Subject: [PATCH] need to prevent multiple usage --- win32/time.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/win32/time.h b/win32/time.h index e5abd293c3..b8f59ceb3a 100644 --- a/win32/time.h +++ b/win32/time.h @@ -9,7 +9,8 @@ * Modified by Shane Caraveo for PHP * *****************************************************************************/ - +#ifndef _DH_TIME_H +#define _DH_TIME_H /* Include stuff ************************************************************ */ #include @@ -38,3 +39,5 @@ extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Inf /* setitimer operates at 100 millisecond resolution */ extern int setitimer(int which, const struct itimerval *value, struct itimerval *ovalue); + +#endif \ No newline at end of file -- 2.40.0