Skip to content

Commit e660c0b

Browse files
committed
YOLO
1 parent 8126fc9 commit e660c0b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

TSRM/TSRM.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
# include <main/php_config.h>
2121
#endif
2222

23+
#include <stdlib.h>
24+
#ifdef HAVE_SYS_TYPES_H
25+
# include <sys/types.h>
26+
#endif
27+
#ifdef HAVE_SYS_SELECT_H
28+
#include <sys/select.h>
29+
#endif
30+
#include <string.h>
31+
2332
#include <stdint.h>
2433
#include <stdbool.h>
2534

0 commit comments

Comments
 (0)