summaryrefslogtreecommitdiff
path: root/win32/time.h
diff options
context:
space:
mode:
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