diff options
author | Markus Fischer <mfischer@php.net> | 2002-01-10 01:53:22 +0000 |
---|---|---|
committer | Markus Fischer <mfischer@php.net> | 2002-01-10 01:53:22 +0000 |
commit | 904e3e4a410c413e157b3d7d1ec9ad5cb33fa619 (patch) | |
tree | c91556e6183fa21fdd11ea80d66c54e7208e084d /ext/domxml/php_domxml.h | |
parent | 0101ed31963fb5629fccc79cfd6c02f0c971e144 (diff) | |
download | php-git-904e3e4a410c413e157b3d7d1ec9ad5cb33fa619.tar.gz |
- Fix compilation. (Christian Stocker)
Diffstat (limited to 'ext/domxml/php_domxml.h')
-rw-r--r-- | ext/domxml/php_domxml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/domxml/php_domxml.h b/ext/domxml/php_domxml.h index 2ff98c2303..9abb38fbb2 100644 --- a/ext/domxml/php_domxml.h +++ b/ext/domxml/php_domxml.h @@ -36,6 +36,7 @@ #include <libxml/xpointer.h> #endif #if HAVE_DOMXSLT +#include <libxslt/xsltconfig.h> #include <libxslt/xsltInternals.h> #include <libxslt/xsltutils.h> #include <libxslt/transform.h> |