Mesa (master): xmlconfig: add missing #include

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jun 27 17:50:34 UTC 2019


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

Author: Eric Engestrom <eric.engestrom at intel.com>
Date:   Wed May 22 15:32:27 2019 +0100

xmlconfig: add missing #include

Signed-off-by: Eric Engestrom <eric.engestrom at intel.com>
Reviewed-by: Dylan Baker <dylan at pnwbakers.com>

---

 src/util/xmlconfig.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/xmlconfig.c b/src/util/xmlconfig.c
index 5d218eeb927..d1b10c66050 100644
--- a/src/util/xmlconfig.c
+++ b/src/util/xmlconfig.c
@@ -29,7 +29,10 @@
 
 #include <limits.h>
 #include <stdarg.h>
+#include <stdbool.h>
+#include <stdint.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <assert.h>
 #include <expat.h>




More information about the mesa-commit mailing list