summaryrefslogtreecommitdiff
path: root/src/php_snuffleupagus.h
diff options
context:
space:
mode:
authorxXx-caillou-xXx2017-12-20 18:28:21 +0100
committerjvoisin2017-12-20 18:28:21 +0100
commitf2a87d34f6469af1715608412fc5454e177d0901 (patch)
tree0b8abb1b33f00559642429a2c561b658443837f0 /src/php_snuffleupagus.h
parente7f541396715ee2895abcf73044b91ae9b746201 (diff)
Refactor a bit the sp_tree implementation
Diffstat (limited to 'src/php_snuffleupagus.h')
-rw-r--r--src/php_snuffleupagus.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/php_snuffleupagus.h b/src/php_snuffleupagus.h
index bccf998..cf50a10 100644
--- a/src/php_snuffleupagus.h
+++ b/src/php_snuffleupagus.h
@@ -26,6 +26,7 @@
26#include "zend_extensions.h" 26#include "zend_extensions.h"
27 27
28#include "sp_list.h" 28#include "sp_list.h"
29#include "sp_tree.h"
29#include "sp_var_parser.h" 30#include "sp_var_parser.h"
30#include "sp_config.h" 31#include "sp_config.h"
31#include "sp_config_utils.h" 32#include "sp_config_utils.h"