summaryrefslogtreecommitdiff
path: root/win32/time.h
diff options
context:
space:
mode:
authorShane Caraveo <shane@php.net>1999-11-30 03:54:51 +0000
committerShane Caraveo <shane@php.net>1999-11-30 03:54:51 +0000
commit1e6c79bc152b14b9f70655dc9d1217b9128267dc (patch)
treef4d6c7d0fbf01a8d075219267891ea95debd0d88 /win32/time.h
parent2086e31aa8ead11d19a3e6af13aa557f3fb72326 (diff)
downloadphp-git-1e6c79bc152b14b9f70655dc9d1217b9128267dc.tar.gz
need to prevent multiple usage
Diffstat (limited to 'win32/time.h')
-rw-r--r--win32/time.h5
1 files changed, 4 insertions, 1 deletions
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 <winsock.h>
@@ -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