summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-07-31 22:24:05 +0000
committerScott MacVicar <scottmac@php.net>2008-07-31 22:24:05 +0000
commit9abe173e8ca1ee55af4155c5cc6ca7256e323ad5 (patch)
tree430e833784e224bf3c338e31bb6d62123f6aadac /ext/sqlite3/php_sqlite3.h
parent678811d9b2ced75488fb0500e8fff8e51a981a94 (diff)
downloadphp-git-9abe173e8ca1ee55af4155c5cc6ca7256e323ad5.tar.gz
Enable by default and fix compile error
Diffstat (limited to 'ext/sqlite3/php_sqlite3.h')
-rw-r--r--ext/sqlite3/php_sqlite3.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/sqlite3/php_sqlite3.h b/ext/sqlite3/php_sqlite3.h
index b3667394a2..d46d9f8de8 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -18,8 +18,8 @@
/* $Id$ */
-#ifndef PHP_SQLITE_H
-#define PHP_SQLITE_H
+#ifndef PHP_SQLITE3_H
+#define PHP_SQLITE3_H
#define PHP_SQLITE3_VERSION "0.7-dev"