From 07b25fbed1e22b1161dcab4437e9d2f1cd01c8c8 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 30 Dec 2017 11:09:09 +0100 Subject: [PATCH] missing include, thanks mac --- src/util/log.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/log.c b/src/util/log.c index 5d95d0ea7..2a7e41831 100644 --- a/src/util/log.c +++ b/src/util/log.c @@ -11,6 +11,8 @@ without prior permission by the authors of Eressea. */ #include #include "log.h" + +#include "bsdstring.h" #include "unicode.h" #include