diff options
| author | Zeev Suraski <zeev@php.net> | 2003-08-31 12:41:53 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2003-08-31 12:41:53 +0000 |
| commit | 8767205afa446d82faa2c37fd1e0de4f002660fc (patch) | |
| tree | 2ec64c120563be778ee9ad28a13ac33fa6070cef /ext/pcntl/pcntl.c | |
| parent | f9ee319152b012aa292ae548bb1ecfdfc9ce1876 (diff) | |
| download | php-git-8767205afa446d82faa2c37fd1e0de4f002660fc.tar.gz | |
Fix Win32 linkage problems
Diffstat (limited to 'ext/pcntl/pcntl.c')
| -rwxr-xr-x | ext/pcntl/pcntl.c | 3 |
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); |
