Mesa (master): osmesa: add missing #include <stdint.h>

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Oct 18 21:08:06 UTC 2019


Module: Mesa
Branch: master
Commit: 27df3e015bd1c0f74461b05a9f5b8c1a3fdf6ee5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=27df3e015bd1c0f74461b05a9f5b8c1a3fdf6ee5

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed Oct 16 11:54:59 2019 +0100

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 <eric.engestrom at intel.com>
Acked-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/gallium/targets/osmesa/test-render.c | 1 +
 1 file changed, 1 insertion(+)

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"




More information about the mesa-commit mailing list