diff options
| author | Andi Gutmans <andi@php.net> | 2000-04-01 17:20:29 +0000 |
|---|---|---|
| committer | Andi Gutmans <andi@php.net> | 2000-04-01 17:20:29 +0000 |
| commit | effa5bb024a3ebf717d18c5471bc082ab63c135a (patch) | |
| tree | baa5ef14e5e9f56db710c135d90bf684ca180a0c /main/php_virtual_cwd.h | |
| parent | daf81344afd30dcf718a5b0f52c7f8a21b795561 (diff) | |
| download | php-git-effa5bb024a3ebf717d18c5471bc082ab63c135a.tar.gz | |
- Need zend.h for ZTS
Diffstat (limited to 'main/php_virtual_cwd.h')
| -rw-r--r-- | main/php_virtual_cwd.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |
