From e405a31f48763774c2a82084f2250afc6f9cf98c Mon Sep 17 00:00:00 2001 From: "Sascha Kuehndel (InuSasha)" Date: Mon, 14 Aug 2017 17:17:04 +0200 Subject: [PATCH] fix gcc7 compiling --- satip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/satip.c b/satip.c index 68cc613..ef930c6 100644 --- a/satip.c +++ b/satip.c @@ -5,6 +5,7 @@ * */ +#include #include #include #include "common.h"