From c10372bb4f1b9939ddf6d659eb00e120084f7c54 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 e906d69..7529d09 100644 --- a/satip.c +++ b/satip.c @@ -5,6 +5,7 @@ * */ +#include #include #include #include "common.h"