]> granicus.if.org Git - php/commitdiff
standard .h protection
authorZeev Suraski <zeev@php.net>
Thu, 28 Jun 2001 23:28:25 +0000 (23:28 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 28 Jun 2001 23:28:25 +0000 (23:28 +0000)
win32/unistd.h

index 5604103ec95f5f636bf628dd792f51c2af0536d1..96e0aedc13475a3eb89af0f0e7b525a18b9e1174 100644 (file)
@@ -1 +1,4 @@
-extern void usleep(unsigned int useconds);
+#ifndef _PHP_WIN32_UNISTD_H
+#define _PHP_WIN32_UNISTD_H
+void usleep(unsigned int useconds);
+#endif