]> granicus.if.org Git - php/commitdiff
Bug #66840: Fix broken build when extension built separately
authorDaniel Lowrey <rdlowrey@php.net>
Sun, 13 Apr 2014 21:17:50 +0000 (15:17 -0600)
committerDaniel Lowrey <rdlowrey@php.net>
Sun, 13 Apr 2014 21:17:50 +0000 (15:17 -0600)
ext/openssl/xp_ssl.c

index e251d2124a256e8164d3168bf1eca843bdcc6fa0..c6a91570cff420229d34be60c2c9d395e11c8e0c 100644 (file)
 
 /* $Id$ */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "ext/standard/file.h"
 #include "ext/standard/url.h"