Skip to content

Commit 04991a6

Browse files
committed
Include config from build dir
1 parent 9a540d3 commit 04991a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/php_lexbor.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*/
1717

1818
#ifdef HAVE_CONFIG_H
19-
#include "config.h"
19+
#include <config.h>
2020
#endif
2121

2222
#include "php.h"

0 commit comments

Comments
 (0)