summaryrefslogtreecommitdiff
path: root/textproc/php5-wddx/files/patch-wddx.c
blob: 0a26af4abf7c66289ce752b0e54828284e7d43a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- wddx.c.orig	Mon Jul 26 08:56:21 2004
+++ wddx.c	Mon Jul 26 08:56:40 2004
@@ -18,6 +18,10 @@
 
 /* $Id: wddx.c,v 1.96.2.5.2.1 2004/07/13 13:15:30 iliaa Exp $ */
 
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include "php.h"
 #include "php_wddx.h"