summaryrefslogtreecommitdiff
path: root/ext/muscat/muscat.c
diff options
context:
space:
mode:
authorStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
committerStig Bakken <ssb@php.net>2001-05-24 10:07:29 +0000
commit1beda9ee1e7a7bd317d65ddc05502047ce1af4b2 (patch)
tree1ed78ec09c3c92d0c86bbcd5bce0c0d3d0e385da /ext/muscat/muscat.c
parent9270ae31eedf1746beec35250555a41979566598 (diff)
downloadphp-git-1beda9ee1e7a7bd317d65ddc05502047ce1af4b2.tar.gz
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
Diffstat (limited to 'ext/muscat/muscat.c')
-rw-r--r--ext/muscat/muscat.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/ext/muscat/muscat.c b/ext/muscat/muscat.c
index 9bacc00524..89dbf82daf 100644
--- a/ext/muscat/muscat.c
+++ b/ext/muscat/muscat.c
@@ -28,10 +28,13 @@
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
-#include <php.h>
-#include <php_ini.h>
-#include <php_muscat.h>
+#include "php.h"
+#include "php_ini.h"
+#include "php_muscat.h"
/* You should tweak config.m4 so this symbol (or some else suitable)
gets defined.