From acd23c6a1d3140f88f362ef496f89b61e3eb48a4 Mon Sep 17 00:00:00 2001 From: Ruben Laguna Date: Sun, 15 Feb 2015 18:38:44 +0100 Subject: [PATCH] Use config.h --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 581d09b..821c0ef 100644 --- a/src/main.c +++ b/src/main.c @@ -1,3 +1,4 @@ +#include "config.h" #include #include "common.h"