diff options
author | Kalle Sommer Nielsen <kalle@php.net> | 2015-04-04 22:11:37 +0200 |
---|---|---|
committer | Kalle Sommer Nielsen <kalle@php.net> | 2015-04-04 22:11:37 +0200 |
commit | a5a7db8a6a89f94ad6c640036f3febc05a0bf7c9 (patch) | |
tree | 825be968eed04b347128cede21a7ed9bb00aa9c2 /main | |
parent | fe58896638ae92efcf3a38f3181b144f2a5a76ce (diff) | |
download | php-git-a5a7db8a6a89f94ad6c640036f3febc05a0bf7c9.tar.gz |
Fix build
Diffstat (limited to 'main')
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 08f415173d..23d6a2c335 100644 --- a/main/main.c +++ b/main/main.c @@ -57,7 +57,7 @@ #include "zend_extensions.h" #include "php_ini.h" #include "php_globals.h" -#include "php_main.h +#include "php_main.h" #include "fopen_wrappers.h" #include "ext/standard/php_standard.h" #include "ext/standard/php_string.h" |