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