summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2001-04-27 16:41:53 +0000
committerDaniel Beulshausen <dbeu@php.net>2001-04-27 16:41:53 +0000
commit1b279d34777d441dad613f86f513d5135582d104 (patch)
tree0e03375a8303e6c39a6096969e0d8ae7cab757ea /main/php.h
parentb278223909dbbd071e8ebe800d5c4cca7756d633 (diff)
downloadphp-git-1b279d34777d441dad613f86f513d5135582d104.tar.gz
get rid of MS's _popen/_pclose
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h1
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)