summaryrefslogtreecommitdiff
path: root/lang/php5/patches/patch-ao
blob: b415cb1f98b07d3a8fae598b920d8a809224622f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-ao,v 1.3 2006/02/06 06:39:59 martti Exp $

--- ext/bz2/bz2_filter.c.orig	2006-01-01 14:50:00.000000000 +0200
+++ ext/bz2/bz2_filter.c	2006-02-05 15:37:44.000000000 +0200
@@ -22,6 +22,10 @@
 #include "config.h"
 #endif
 
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
 #include "php.h"
 #include "php_bz2.h"