mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Fix another generated header include
This commit is contained in:
parent
9de934c210
commit
14058c83e6
2 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@
|
|||
#endif
|
||||
|
||||
#if HAVE_BUILD_DEFS_H
|
||||
#include "build-defs.h"
|
||||
#include <build-defs.h>
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
#include "zend.h"
|
||||
#include "ap_compat.h"
|
||||
#else
|
||||
#include "build-defs.h"
|
||||
#include <build-defs.h>
|
||||
#endif
|
||||
|
||||
#ifdef ZTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue