aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2019-10-16 11:54:59 +0100
committerEric Engestrom <[email protected]>2019-10-18 22:07:21 +0100
commit27df3e015bd1c0f74461b05a9f5b8c1a3fdf6ee5 (patch)
treefdf213cd5a2f7b55a72f87f00c0ea9f0999ff8d8 /src/gallium/targets
parent1ce23b56530af4792f6a62087372bf085a32559f (diff)
osmesa: add missing #include <stdint.h>
Fixes: 281466332ba81a4277a1 ("gallium/osmesa: Introduce a test.") Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/1947 Signed-off-by: Eric Engestrom <[email protected]> Acked-by: Dylan Baker <[email protected]>
Diffstat (limited to 'src/gallium/targets')
-rw-r--r--src/gallium/targets/osmesa/test-render.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/osmesa/test-render.c b/src/gallium/targets/osmesa/test-render.c
index 62118607713..dc5cac2982e 100644
--- a/src/gallium/targets/osmesa/test-render.c
+++ b/src/gallium/targets/osmesa/test-render.c
@@ -1,3 +1,4 @@
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include "GL/osmesa.h"