summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo_sql_parser.re
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2005-04-14 14:00:39 +0000
committerIlia Alshanetsky <iliaa@php.net>2005-04-14 14:00:39 +0000
commite546162f2c158457fd5dc5dc4dda881a8bede2da (patch)
treea4caef061640c0c4b1cb0a14192d03ceec4e84f0 /ext/pdo/pdo_sql_parser.re
parente87127af69eef052e5c2db248ee7091af10233c6 (diff)
downloadphp-git-e546162f2c158457fd5dc5dc4dda881a8bede2da.tar.gz
Added missing header.
Diffstat (limited to 'ext/pdo/pdo_sql_parser.re')
-rw-r--r--ext/pdo/pdo_sql_parser.re1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/pdo/pdo_sql_parser.re b/ext/pdo/pdo_sql_parser.re
index 56a24f057f..f2c1e417dc 100644
--- a/ext/pdo/pdo_sql_parser.re
+++ b/ext/pdo/pdo_sql_parser.re
@@ -20,6 +20,7 @@
#include "php.h"
#include "php_pdo_driver.h"
+#include "php_pdo_int.h"
#define PDO_PARSER_TEXT 1
#define PDO_PARSER_BIND 2