xmlconfig: add missing #include
authorEric Engestrom <eric.engestrom@intel.com>
Wed, 22 May 2019 14:32:27 +0000 (15:32 +0100)
committerEric 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

index 5d218eeb927fc19f14f906e0abf3a8a0634b61da..d1b10c6605009a2cc22cad144cf1b41c59815e97 100644 (file)
 
 #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>