Skip to content

Commit 7d66eeb

Browse files
committed
standard .h protection
1 parent 3b66803 commit 7d66eeb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

win32/unistd.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
extern void usleep(unsigned int useconds);
1+
#ifndef _PHP_WIN32_UNISTD_H
2+
#define _PHP_WIN32_UNISTD_H
3+
void usleep(unsigned int useconds);
4+
#endif

0 commit comments

Comments
 (0)