From 292f549d57516eb902007dbd2698076f316ac62f Mon Sep 17 00:00:00 2001 From: Linus Probert Date: Sun, 12 Aug 2018 19:48:14 +0200 Subject: [PATCH] Minor compiler warning fix --- src/hiscore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hiscore.c b/src/hiscore.c index df916e8..cb8a592 100644 --- a/src/hiscore.c +++ b/src/hiscore.c @@ -16,6 +16,7 @@ * along with this program. If not, see . */ +#include #include "hiscore.h" #include "sqlite3.h" #include "db.h"