diff options
author | Daniel Beulshausen <dbeu@php.net> | 2001-06-11 14:53:31 +0000 |
---|---|---|
committer | Daniel Beulshausen <dbeu@php.net> | 2001-06-11 14:53:31 +0000 |
commit | 218f570864298eef65bafc65cc4796869dae030c (patch) | |
tree | ffcef52c752d07ba55ac6264b98a7797281f96aa /ext/xslt/php_xslt.h | |
parent | cae817a5200d54fde7237a6fa0c20ba9b40c2664 (diff) | |
download | php-git-218f570864298eef65bafc65cc4796869dae030c.tar.gz |
let this stuff build under windows
Diffstat (limited to 'ext/xslt/php_xslt.h')
-rw-r--r-- | ext/xslt/php_xslt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/xslt/php_xslt.h b/ext/xslt/php_xslt.h index bc2b88edd8..1426aab9b2 100644 --- a/ext/xslt/php_xslt.h +++ b/ext/xslt/php_xslt.h @@ -20,6 +20,7 @@ #define _PHP_XSLT_H #include "php.h" +#include "ext/standard/php_filestat.h" #ifdef HAVE_XSLT |