Module: Mesa Branch: master Commit: 31a380c8ddbcb9eaba275a000a9d0c5f28cfd379 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=31a380c8ddbcb9eaba275a000a9d0c5f28cfd379
Author: Roland Scheidegger <[email protected]> Date: Tue Sep 6 19:47:14 2016 +0200 util: (trivial) add <stdint.h> include to slab.c 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 <stdint.h> #include <stdbool.h> #include <string.h> _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
