* Modified by Shane Caraveo for PHP
*
*****************************************************************************/
-
+#ifndef _DH_TIME_H
+#define _DH_TIME_H
/* Include stuff ************************************************************ */
#include <winsock.h>
/* 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