summaryrefslogtreecommitdiff
path: root/ext/pdo/php_pdo.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-09-26 22:20:24 +0000
committerMarcus Boerger <helly@php.net>2004-09-26 22:20:24 +0000
commitcc7ef25e4a5399903935718f635a947c9ddc3a47 (patch)
treef16c45e062c2b398013cc9edcb0dc697e478a927 /ext/pdo/php_pdo.h
parente0ec7c981ec012316c5255df103a09545acd4bec (diff)
downloadphp-git-cc7ef25e4a5399903935718f635a947c9ddc3a47.tar.gz
fix build
Diffstat (limited to 'ext/pdo/php_pdo.h')
-rwxr-xr-xext/pdo/php_pdo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pdo/php_pdo.h b/ext/pdo/php_pdo.h
index a7fbd90894..d9ef7130be 100755
--- a/ext/pdo/php_pdo.h
+++ b/ext/pdo/php_pdo.h
@@ -21,6 +21,8 @@
#ifndef PHP_PDO_H
#define PHP_PDO_H
+#include "zend.h"
+
extern zend_module_entry pdo_module_entry;
#define phpext_pdo_ptr &pdo_module_entry