From 31ce10b31198128de4983667820319a193adb976 Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 27 May 2019 23:01:11 +0100 Subject: Make debug output optional and disabled by default. --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index 4043f36..630d011 100644 --- a/config.h +++ b/config.h @@ -8,6 +8,8 @@ #include #include +#include "functions.h" + #define MAXCHAR 1000 // Sets 'dest' to the value of the configuration option with name -- cgit v1.2.3