]> granicus.if.org Git - php/commitdiff
- Need zend.h for ZTS
authorAndi Gutmans <andi@php.net>
Sat, 1 Apr 2000 17:20:29 +0000 (17:20 +0000)
committerAndi Gutmans <andi@php.net>
Sat, 1 Apr 2000 17:20:29 +0000 (17:20 +0000)
main/php_virtual_cwd.h

index dfc04e74aa4e888c02b61d37567f86fb9a463cfe..1e97732df546557df7e39f44a6ae0fd58b92e1ef 100644 (file)
@@ -1,6 +1,8 @@
 #ifndef VIRTUAL_CWD_H
 #define VIRTUAL_CWD_H
 
+#include "zend.h"
+
 typedef struct _cwd_state {
        char *cwd;
        int cwd_length;