diff options
| author | Scott MacVicar <scottmac@php.net> | 2008-07-31 22:25:18 +0000 |
|---|---|---|
| committer | Scott MacVicar <scottmac@php.net> | 2008-07-31 22:25:18 +0000 |
| commit | 76970a5a3931ee46061f816d7d3bda77cbb58ce0 (patch) | |
| tree | 71d5d21e1be71b01543a3dd427a3b84814e557c3 /ext/sqlite3/php_sqlite3.h | |
| parent | e0e15347e2b6db62afc4ef93429fedd7be2e7c50 (diff) | |
| download | php-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.h | 4 |
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" |
