freebsd-ports/textproc/php4-wddx/files/patch-wddx.c
Alex Dupre 1a64bae686 Fix compilation of wddx extension.
PR:		ports/69464
Submitted by:	Vadim Mikhailov <freebsd-bugs@mikhailov.org>
2004-07-26 07:16:40 +00:00

13 lines
263 B
C

--- 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"