summaryrefslogtreecommitdiff
path: root/request_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'request_info.h')
-rw-r--r--request_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/request_info.h b/request_info.h
index 8600e28f68..71c50cc698 100644
--- a/request_info.h
+++ b/request_info.h
@@ -47,7 +47,7 @@ typedef struct {
} php3_request_info;
#ifndef THREAD_SAFE
-extern php3_request_info request_info;
+PHPAPI extern php3_request_info request_info;
#endif
extern int php3_init_request_info(void *conf);