15 lines
235 B
Diff
15 lines
235 B
Diff
--- a/ghost/ghostdbsqlite.cpp
|
|
+++ b/ghost/ghostdbsqlite.cpp
|
|
@@ -23,8 +23,9 @@
|
|
#include "config.h"
|
|
#include "ghostdb.h"
|
|
#include "ghostdbsqlite.h"
|
|
-#include "sqlite3.h"
|
|
|
|
+#include <sqlite3.h>
|
|
+
|
|
//
|
|
// CQSLITE3 (wrapper class)
|
|
//
|
|
|