1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Follow-up on GH-13516: include config.h from build dir for new files in ext-dom (#14705)

GH-13516 was created before the new DOM files were added, and the PR was
never rebased to include the new DOM files, so there are three places
which were not replaced.
This commit is contained in:
Niels Dossche
2024-06-28 09:29:22 -07:00
committed by GitHub
parent a2cecd2a6f
commit 59e639b5d4
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
#include "php.h"

View File

@@ -15,7 +15,7 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
#include "php.h"

View File

@@ -15,7 +15,7 @@
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#include <config.h>
#endif
#include "php.h"