Changeset 307
- Timestamp:
- 05/10/07 00:29:45 (2 years ago)
- Files:
-
- eaccelerator/trunk/eaccelerator.c (modified) (1 diff)
- eaccelerator/trunk/fnmatch.c (added)
- eaccelerator/trunk/fnmatch.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/eaccelerator.c
r306 r307 49 49 #include <sys/types.h> 50 50 #include <sys/stat.h> 51 #include <fnmatch.h>52 51 #ifdef ZEND_WIN32 52 # include "fnmatch.h" 53 53 # include "win32/time.h" 54 54 # include <time.h> 55 55 # include <sys/utime.h> 56 56 #else 57 # include <fnmatch.h> 57 58 # include <sys/file.h> 58 59 # include <sys/time.h>