summaryrefslogtreecommitdiff
path: root/ext/sqlite3/php_sqlite3.h
diff options
context:
space:
mode:
authorScott MacVicar <scottmac@php.net>2008-07-31 22:25:18 +0000
committerScott MacVicar <scottmac@php.net>2008-07-31 22:25:18 +0000
commit76970a5a3931ee46061f816d7d3bda77cbb58ce0 (patch)
tree71d5d21e1be71b01543a3dd427a3b84814e557c3 /ext/sqlite3/php_sqlite3.h
parente0e15347e2b6db62afc4ef93429fedd7be2e7c50 (diff)
downloadphp-git-76970a5a3931ee46061f816d7d3bda77cbb58ce0.tar.gz
MFB: 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 be1a2fcffa..4ed9ba96cd 100644
--- a/ext/sqlite3/php_sqlite3.h
+++ b/ext/sqlite3/php_sqlite3.h
@@ -17,8 +17,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"