diff options
author | Zeev Suraski <zeev@php.net> | 2001-06-28 23:28:25 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-06-28 23:28:25 +0000 |
commit | 7d66eeb0463a3189f8a46b463cac1c8c43c7a4b6 (patch) | |
tree | 16cd4fcd800bef33d2e617513003ea6a10829d4d /win32/unistd.h | |
parent | 3b668032602bd2f8c1bd570b2ce0a35f6f6f9358 (diff) | |
download | php-git-7d66eeb0463a3189f8a46b463cac1c8c43c7a4b6.tar.gz |
standard .h protection
Diffstat (limited to 'win32/unistd.h')
-rw-r--r-- | win32/unistd.h | 5 |
1 files changed, 4 insertions, 1 deletions
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 |