1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

- Need zend.h for ZTS

This commit is contained in:
Andi Gutmans
2000-04-01 17:20:29 +00:00
parent daf81344af
commit effa5bb024

View 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;