diff options
Diffstat (limited to 'ext/dom/node.c')
-rw-r--r-- | ext/dom/node.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dom/node.c b/ext/dom/node.c index 9029478e15..6a3db3b1f5 100644 --- a/ext/dom/node.c +++ b/ext/dom/node.c @@ -22,7 +22,7 @@ #include "php.h" #if HAVE_LIBXML && HAVE_DOM #include "php_dom.h" -#include "dom_arginfo.h" +#include "node_arginfo.h" /* * class DOMNode |