From 850059f6637354d31129f303151f9f7d30514c9e Mon Sep 17 00:00:00 2001 From: Philipp Takacs Date: Sun, 6 Sep 2015 23:29:21 +0200 Subject: [PATCH] include h/utils.h I forgot uip/ap.c and uip/burst.c, too --- uip/ap.c | 1 + uip/burst.c | 1 + 2 files changed, 2 insertions(+) diff --git a/uip/ap.c b/uip/ap.c index 46c3ff5..8156517 100644 --- a/uip/ap.c +++ b/uip/ap.c @@ -9,6 +9,7 @@ #include #include #include +#include #include #include diff --git a/uip/burst.c b/uip/burst.c index 28e0e85..591d7f4 100644 --- a/uip/burst.c +++ b/uip/burst.c @@ -7,6 +7,7 @@ */ #include +#include #include #include #include -- 1.7.10.4