From 31a380c8ddbcb9eaba275a000a9d0c5f28cfd379 Mon Sep 17 00:00:00 2001 From: Roland Scheidegger Date: Tue, 6 Sep 2016 19:47:14 +0200 Subject: [PATCH] util: (trivial) add include to slab.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit should fix "src/util/slab.c:57:13: error: ‘uint8_t’ undeclared" --- src/util/slab.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/slab.c b/src/util/slab.c index acf818b..af75152 100644 --- a/src/util/slab.c +++ b/src/util/slab.c @@ -24,6 +24,7 @@ #include "slab.h" #include "macros.h" #include "simple_list.h" +#include #include #include -- 2.7.4