We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b088575 commit f061a03Copy full SHA for f061a03
Zend/zend_float.c
@@ -16,9 +16,9 @@
16
+----------------------------------------------------------------------+
17
*/
18
19
-#include "zend.h"
20
-#include "zend_compile.h"
21
#include "zend_float.h"
+#include "zend_globals.h" // struct _zend_executor_globals
+#include "zend_globals_macros.h" // for EG()
22
23
ZEND_API void zend_init_fpu(void) /* {{{ */
24
{
Zend/zend_float.h
@@ -19,6 +19,8 @@
#ifndef ZEND_FLOAT_H
#define ZEND_FLOAT_H
+#include "zend_portability.h" // for BEGIN_EXTERN_C
+
BEGIN_EXTERN_C()
25
26
/*
0 commit comments