summaryrefslogtreecommitdiff
path: root/ext/gd/libgd/gd.h
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2005-10-09 12:06:27 +0000
committerPierre Joye <pajoye@php.net>2005-10-09 12:06:27 +0000
commit5dd9ad8f53ea9f41232ed68d9f3bde1fafd972e4 (patch)
tree0485bb3e41481e397f456ced583a9ca9b66e4d2f /ext/gd/libgd/gd.h
parent5ef3e0c57b82c9ef6f4b815259fb23215c2f0532 (diff)
downloadphp-git-5dd9ad8f53ea9f41232ed68d9f3bde1fafd972e4.tar.gz
-fix build as shared or separate from main build (bfrance)
Diffstat (limited to 'ext/gd/libgd/gd.h')
-rw-r--r--ext/gd/libgd/gd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/gd/libgd/gd.h b/ext/gd/libgd/gd.h
index 7cd6785c6c..19b69c1c54 100644
--- a/ext/gd/libgd/gd.h
+++ b/ext/gd/libgd/gd.h
@@ -5,6 +5,10 @@
extern "C" {
#endif
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "php_compat.h"
#ifndef WIN32