diff options
Diffstat (limited to 'src/php_snuffleupagus.h')
| -rw-r--r-- | src/php_snuffleupagus.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h index 213e27e..532516f 100644 --- a/src/php_snuffleupagus.h +++ b/src/php_snuffleupagus.h | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | #include <errno.h> | 14 | #include <errno.h> |
| 15 | #include <fcntl.h> | 15 | #include <fcntl.h> |
| 16 | #include <inttypes.h> | 16 | #include <inttypes.h> |
| 17 | #include <pcre.h> | 17 | #include "sp_pcre_compat.h" |
| 18 | #include <stdbool.h> | 18 | #include <stdbool.h> |
| 19 | #include <stdio.h> | 19 | #include <stdio.h> |
| 20 | #include <stdlib.h> | 20 | #include <stdlib.h> |
| @@ -34,7 +34,6 @@ | |||
| 34 | #include "ext/standard/info.h" | 34 | #include "ext/standard/info.h" |
| 35 | #include "ext/standard/url.h" | 35 | #include "ext/standard/url.h" |
| 36 | #include "ext/standard/php_var.h" | 36 | #include "ext/standard/php_var.h" |
| 37 | #include "ext/pcre/php_pcre.h" | ||
| 38 | #include "ext/session/php_session.h" | 37 | #include "ext/session/php_session.h" |
| 39 | #include "php.h" | 38 | #include "php.h" |
| 40 | #include "php_ini.h" | 39 | #include "php_ini.h" |
