summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2003-08-31 12:41:53 +0000
committerZeev Suraski <zeev@php.net>2003-08-31 12:41:53 +0000
commit8767205afa446d82faa2c37fd1e0de4f002660fc (patch)
tree2ec64c120563be778ee9ad28a13ac33fa6070cef /ext/pcntl/pcntl.c
parentf9ee319152b012aa292ae548bb1ecfdfc9ce1876 (diff)
downloadphp-git-8767205afa446d82faa2c37fd1e0de4f002660fc.tar.gz
Fix Win32 linkage problems
Diffstat (limited to 'ext/pcntl/pcntl.c')
-rwxr-xr-xext/pcntl/pcntl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 6f3a5a9ccd..138021a514 100755
--- a/ext/pcntl/pcntl.c
+++ b/ext/pcntl/pcntl.c
@@ -75,6 +75,9 @@ zend_module_entry pcntl_module_entry = {
#ifdef COMPILE_DL_PCNTL
ZEND_GET_MODULE(pcntl)
+# ifdef PHP_WIN32
+# include "zend_arg_defs.c"
+# endif
#endif
static void pcntl_signal_handler(int);