Skip to content

Commit 13183ba

Browse files
author
Patrick Allaert
committed
Fix possible missing definition for syslog
Thank you Anatol Belski for noticing.
1 parent 43a579e commit 13183ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Zend/zend_errors.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "zend_errors.h"
2323
#include "php.h"
2424
#include "php_globals.h"
25+
#include "php_syslog.h"
2526
#include "SAPI.h"
2627
#include "ext/standard/html.h"
2728

0 commit comments

Comments
 (0)