util: (trivial) add <stdint.h> include to slab.c
authorRoland Scheidegger <sroland@vmware.com>
Tue, 6 Sep 2016 17:47:14 +0000 (19:47 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 6 Sep 2016 17:47:14 +0000 (19:47 +0200)
should fix "src/util/slab.c:57:13: error: ‘uint8_t’ undeclared"

src/util/slab.c

index acf818b83559dc083a25d3ee28ac9b71e152afc4..af7515265ef8757aa9891a08512b229f6eb04858 100644 (file)
@@ -24,6 +24,7 @@
 #include "slab.h"
 #include "macros.h"
 #include "simple_list.h"
+#include <stdint.h>
 #include <stdbool.h>
 #include <string.h>