From: Shane Caraveo Date: Tue, 30 Nov 1999 03:54:51 +0000 (+0000) Subject: need to prevent multiple usage X-Git-Tag: PRE_RETURN_REF_PATCH~165 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1e6c79bc152b14b9f70655dc9d1217b9128267dc;p=php need to prevent multiple usage --- 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