gentoo/games-server/ghost++/files/ghost++-sqlite-include-guar...

17 lines
360 B
Diff

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)
//