From 1b279d34777d441dad613f86f513d5135582d104 Mon Sep 17 00:00:00 2001 From: Daniel Beulshausen Date: Fri, 27 Apr 2001 16:41:53 +0000 Subject: get rid of MS's _popen/_pclose --- main/php.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php.h') 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) -- cgit v1.2.1