1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

Bug #66840: Fix broken build when extension built separately

This commit is contained in:
Daniel Lowrey
2014-04-13 15:17:50 -06:00
parent 3636a91adc
commit 0e023e9784
+4
View File
@@ -20,6 +20,10 @@
/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "php.h"
#include "ext/standard/file.h"
#include "ext/standard/url.h"