From: Zeev Suraski Date: Thu, 28 Jun 2001 23:28:25 +0000 (+0000) Subject: standard .h protection X-Git-Tag: PRE_TSRM_MERGE_PATCH~315 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d66eeb0463a3189f8a46b463cac1c8c43c7a4b6;p=php standard .h protection --- diff --git a/win32/unistd.h b/win32/unistd.h index 5604103ec9..96e0aedc13 100644 --- a/win32/unistd.h +++ b/win32/unistd.h @@ -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