From 57f0336fda0607bd926b779ee3b9a7988e580bb5 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 26 May 2020 21:37:21 +0200 Subject: [PATCH] Compile fix on armhf --- TAP.h | 5 ++--- makefile | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/TAP.h b/TAP.h index b095249..eeb6a14 100644 --- a/TAP.h +++ b/TAP.h @@ -5,10 +5,9 @@ #include #include #include -#include +#include #include -//#include -//#include +#include #include #include "Constants.h" diff --git a/makefile b/makefile index 5ff4f30..514e245 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ .PHONY: all clean install tncattach compiler = gcc -flags = -lm +flags = -std=gnu11 -lm all: tncattach rebuild: clean all