From ce2bb2ff43cdf067f177d563812ca9e6aacb4512 Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sat, 24 Feb 2018 21:24:19 +0100 Subject: [PATCH] Removed mingw warning. --- src/skill.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/skill.c b/src/skill.c index 6cee124..b4d96eb 100644 --- a/src/skill.c +++ b/src/skill.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include #include "texturecache.h" #include "skill.h"