From 3933311d47b236aec9c92b8b64f3a94d6b031a79 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Thu, 14 Mar 2019 17:40:04 +0100 Subject: Use proper directories configuration from cmake --- common/mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/mysql.c') diff --git a/common/mysql.c b/common/mysql.c index 0931116..83a7930 100644 --- a/common/mysql.c +++ b/common/mysql.c @@ -4,7 +4,7 @@ #include #include -#include "../config.h" +#include "config.h" #include "mysql.h" static MYSQL *db; -- cgit v1.2.3