Skip to content

Commit 5ac8e8c

Browse files
committed
sapi/phpdbg: include cleanup
1 parent da3d728 commit 5ac8e8c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sapi/phpdbg/phpdbg_sigsafe.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#ifndef PHPDBG_SIGSAFE_H
22
#define PHPDBG_SIGSAFE_H
33

4-
#define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2)
4+
#include "zend_alloc.h"
5+
6+
#include <stdbool.h>
57

6-
#include "zend.h"
8+
#define PHPDBG_SIGSAFE_MEM_SIZE (ZEND_MM_CHUNK_SIZE * 2)
79

810
typedef struct {
911
char *mem;

0 commit comments

Comments
 (0)