summaryrefslogtreecommitdiff
path: root/main/php_content_types.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/php_content_types.c')
-rw-r--r--main/php_content_types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_content_types.c b/main/php_content_types.c
index aaa06e34a0..5ea6079375 100644
--- a/main/php_content_types.c
+++ b/main/php_content_types.c
@@ -35,7 +35,7 @@ static sapi_post_entry php_post_entries[] = {
/* {{{ SAPI_POST_READER_FUNC
*/
-SAPI_POST_READER_FUNC(php_default_post_reader)
+SAPI_API SAPI_POST_READER_FUNC(php_default_post_reader)
{
char *data;