summaryrefslogtreecommitdiff
path: root/net/php4-ftp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/php4-ftp/patches/patch-aa')
-rw-r--r--net/php4-ftp/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/php4-ftp/patches/patch-aa b/net/php4-ftp/patches/patch-aa
new file mode 100644
index 00000000000..6f956aa7f3c
--- /dev/null
+++ b/net/php4-ftp/patches/patch-aa
@@ -0,0 +1,15 @@
+$NetBSD: patch-aa,v 1.1 2004/01/13 18:59:35 jdolecek Exp $
+
+--- ftp.c.orig 2004-01-13 19:31:39.000000000 +0100
++++ ftp.c 2004-01-13 19:31:48.000000000 +0100
+@@ -19,6 +19,10 @@
+
+ /* $Id: patch-aa,v 1.1 2004/01/13 18:59:35 jdolecek Exp $ */
+
++#ifdef HAVE_CONFIG_H
++#include "config.h"
++#endif
++
+ #include "php.h"
+
+ #if HAVE_FTP