summaryrefslogtreecommitdiff
path: root/ext/standard/dl.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/dl.h')
-rw-r--r--ext/standard/dl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/dl.h b/ext/standard/dl.h
index 58a969b1c2..6bf453d23e 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -38,7 +38,7 @@
void php_dl(pval *file,int type,pval *return_value);
-#if HAVE_LIBDL
+#ifdef HAVE_LIBDL
extern php3_module_entry dl_module_entry;
#define dl_module_ptr &dl_module_entry