1
0
mirror of https://github.com/anope/anope.git synced 2026-06-26 10:16:40 +02:00

Fix extras build

This commit is contained in:
Adam
2013-05-06 01:38:27 -04:00
parent 223aa65cfa
commit 3fbb493d57
18 changed files with 21 additions and 23 deletions
+1 -1
View File
@@ -1,8 +1,8 @@
/* RequiredLibraries: sqlite3 */
#include "module.h"
#include "modules/sql.h"
#include <sqlite3.h>
#include "sql.h"
using namespace SQL;