summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ea472eb236..467f618c40 100644
--- a/ext/standard/dl.h
+++ b/ext/standard/dl.h
@@ -27,7 +27,7 @@ PHPAPI int php_load_extension(char *filename, int type, int start_now TSRMLS_DC)
PHPAPI void php_dl(char *file, int type, zval *return_value, int start_now TSRMLS_DC);
/* dynamic loading functions */
-PHP_FUNCTION(dl);
+PHPAPI PHP_FUNCTION(dl);
PHP_MINFO_FUNCTION(dl);