diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-04-27 16:41:53 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-04-27 16:41:53 +0000 |
commit | 1b279d34777d441dad613f86f513d5135582d104 (patch) | |
tree | 0e03375a8303e6c39a6096969e0d8ae7cab757ea /main/php.h | |
parent | b278223909dbbd071e8ebe800d5c4cca7756d633 (diff) | |
download | php-git-1b279d34777d441dad613f86f513d5135582d104.tar.gz |
get rid of MS's _popen/_pclose
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php.h b/main/php.h index fdbb484936..a87e61490c 100644 --- a/main/php.h +++ b/main/php.h @@ -42,6 +42,7 @@ #endif #ifdef PHP_WIN32 +#include "tsrm_win32.h" #include "win95nt.h" # ifdef PHP_EXPORTS # define PHPAPI __declspec(dllexport) |