summaryrefslogtreecommitdiff
path: root/ext/spl/spl_array.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2007-02-08 22:54:34 +0000
committerMarcus Boerger <helly@php.net>2007-02-08 22:54:34 +0000
commit7aa2282124fe2b024cb4f7ec0353c7943ce15505 (patch)
treed1b71b968e152bb84d213128629c4e1641ef3238 /ext/spl/spl_array.h
parentac3b5ebbde179c1bf3e9261cc8a965c48a0d1581 (diff)
downloadphp-git-7aa2282124fe2b024cb4f7ec0353c7943ce15505.tar.gz
- MFH Add include
Diffstat (limited to 'ext/spl/spl_array.h')
-rwxr-xr-xext/spl/spl_array.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/spl/spl_array.h b/ext/spl/spl_array.h
index 5e8f23dca4..de6c0f06b1 100755
--- a/ext/spl/spl_array.h
+++ b/ext/spl/spl_array.h
@@ -23,6 +23,7 @@
#include "php.h"
#include "php_spl.h"
+#include "spl_iterators.h"
extern PHPAPI zend_class_entry *spl_ce_ArrayObject;
extern PHPAPI zend_class_entry *spl_ce_ArrayIterator;