projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
069e6d5
)
xmlconfig: add missing #include
author
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 22 May 2019 14:32:27 +0000
(15:32 +0100)
committer
Eric Engestrom
<eric@engestrom.ch>
Thu, 27 Jun 2019 17:42:25 +0000
(17:42 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Dylan Baker <dylan@pnwbakers.com>
src/util/xmlconfig.c
patch
|
blob
|
history
diff --git
a/src/util/xmlconfig.c
b/src/util/xmlconfig.c
index 5d218eeb927fc19f14f906e0abf3a8a0634b61da..d1b10c6605009a2cc22cad144cf1b41c59815e97 100644
(file)
--- 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>