projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92162db
)
util: (trivial) add <stdint.h> include to slab.c
author
Roland Scheidegger
<sroland@vmware.com>
Tue, 6 Sep 2016 17:47:14 +0000
(19:47 +0200)
committer
Roland 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
patch
|
blob
|
history
diff --git
a/src/util/slab.c
b/src/util/slab.c
index
acf818b
..
af75152
100644
(file)
--- 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 <stdint.h>
#include <stdbool.h>
#include <string.h>