You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
360 B
Diff
17 lines
360 B
Diff
11 years ago
|
Index: ghost/ghostdbsqlite.cpp
|
||
|
===================================================================
|
||
|
--- ghost/ghostdbsqlite.cpp (revision 580)
|
||
|
+++ ghost/ghostdbsqlite.cpp (working copy)
|
||
|
@@ -23,8 +23,9 @@
|
||
|
#include "config.h"
|
||
|
#include "ghostdb.h"
|
||
|
#include "ghostdbsqlite.h"
|
||
|
-#include "sqlite3.h"
|
||
|
|
||
|
+#include <sqlite3.h>
|
||
|
+
|
||
|
//
|
||
|
// CQSLITE3 (wrapper class)
|
||
|
//
|
||
|
|