summaryrefslogtreecommitdiff
path: root/Zend/zend_strtod.h
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/zend_strtod.h')
-rw-r--r--Zend/zend_strtod.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/Zend/zend_strtod.h b/Zend/zend_strtod.h
index 3c7820645e..2fbaceaedd 100644
--- a/Zend/zend_strtod.h
+++ b/Zend/zend_strtod.h
@@ -22,7 +22,10 @@
* can be found in zend_strtod.c */
#ifndef ZEND_STRTOD_H
#define ZEND_STRTOD_H
+#include <zend.h>
-double zend_strtod(const char *s00, char **se);
+BEGIN_EXTERN_C()
+ZEND_API double zend_strtod(const char *s00, char **se);
+END_EXTERN_C()
#endif