Browse Source

- fix build

experimental/5.3-FPM
Pierre Joye 18 years ago
parent
commit
1c87df548b
  1. 3
      ext/spl/php_spl.h

3
ext/spl/php_spl.h

@ -20,6 +20,9 @@
#define PHP_SPL_H
#include "php.h"
#if defined(PHP_WIN32)
#include "win32/php_stdint.h"
#endif
#include <stdarg.h>
#if 0

Loading…
Cancel
Save