Skip to content

Commit 1eb71c3

Browse files
MaxKellermannGirgias
authored andcommitted
Zend/zend_map_ptr: include cleanup
1 parent 492523a commit 1eb71c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Zend/zend_map_ptr.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#ifndef ZEND_MAP_PTR_H
2020
#define ZEND_MAP_PTR_H
2121

22-
#include "zend_portability.h"
22+
#include "zend_portability.h" // for BEGIN_EXTERN_C
2323

2424
#define ZEND_MAP_PTR_KIND_PTR 0
2525
#define ZEND_MAP_PTR_KIND_PTR_OR_OFFSET 1
@@ -69,6 +69,8 @@
6969
# error "Unknown ZEND_MAP_PTR_KIND"
7070
#endif
7171

72+
typedef struct _zend_string zend_string;
73+
7274
BEGIN_EXTERN_C()
7375

7476
ZEND_API void zend_map_ptr_reset(void);

0 commit comments

Comments
 (0)