diff options
| author | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:31:51 +0000 |
|---|---|---|
| committer | Dirk Meyer <dinoex@FreeBSD.org> | 2010-04-23 22:31:51 +0000 |
| commit | 577816b3d01fd93b527642dcfac2f0f5c352c1f0 (patch) | |
| tree | cdd590b5d1d2819589f12d2c6e227848708b8c52 /textproc/php52-xml/files | |
| parent | - PHP 5.2 slave port (diff) | |
- PHP 5.2 slave port
PR: 145772
Submitted by: Alex Keda
Diffstat (limited to 'textproc/php52-xml/files')
| -rw-r--r-- | textproc/php52-xml/files/patch-compat.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/php52-xml/files/patch-compat.c b/textproc/php52-xml/files/patch-compat.c new file mode 100644 index 000000000000..02125961b20c --- /dev/null +++ b/textproc/php52-xml/files/patch-compat.c @@ -0,0 +1,13 @@ +--- compat.c.orig Tue Jul 20 10:55:02 2004 ++++ compat.c Tue Jul 20 10:55:55 2004 +@@ -16,6 +16,10 @@ + +----------------------------------------------------------------------+ + */ + ++#ifdef HAVE_CONFIG_H ++#include "config.h" ++#endif ++ + #include "php.h" + #if defined(HAVE_LIBXML) && defined(HAVE_XML) && !defined(HAVE_LIBEXPAT) + #include "expat_compat.h" |
