1
0
mirror of https://github.com/anope/anope.git synced 2026-07-08 12:43:13 +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,9 +1,9 @@
/* RequiredLibraries: mysqlclient */
#include "module.h"
#include "modules/sql.h"
#define NO_CLIENT_LONG_LONG
#include <mysql/mysql.h>
#include "sql.h"
using namespace SQL;