From: Andi Gutmans Date: Sat, 1 Apr 2000 17:20:29 +0000 (+0000) Subject: - Need zend.h for ZTS X-Git-Tag: php-4.0RC2~524 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=effa5bb024a3ebf717d18c5471bc082ab63c135a;p=php - Need zend.h for ZTS --- diff --git a/main/php_virtual_cwd.h b/main/php_virtual_cwd.h index dfc04e74aa..1e97732df5 100644 --- a/main/php_virtual_cwd.h +++ b/main/php_virtual_cwd.h @@ -1,6 +1,8 @@ #ifndef VIRTUAL_CWD_H #define VIRTUAL_CWD_H +#include "zend.h" + typedef struct _cwd_state { char *cwd; int cwd_length;