]> granicus.if.org Git - php/commitdiff
Fix bug: #16252
authorfoobar <sniper@php.net>
Sun, 30 Jun 2002 05:10:40 +0000 (05:10 +0000)
committerfoobar <sniper@php.net>
Sun, 30 Jun 2002 05:10:40 +0000 (05:10 +0000)
ext/rpc/xmlrpc/libxmlrpc/encodings.c
ext/xmlrpc/libxmlrpc/encodings.c

index 9999b96c883bd31f6385a4c8ab90058a7bda9593..3b3a6d50fd750f43d8c0bf2a55c8dc0d867af051 100644 (file)
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <php_config.h>
 
 static const char rcsid[] = "#(@) $Id$";
 
index 9999b96c883bd31f6385a4c8ab90058a7bda9593..3b3a6d50fd750f43d8c0bf2a55c8dc0d867af051 100644 (file)
 
 */
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
+#include <php_config.h>
 
 static const char rcsid[] = "#(@) $Id$";