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 5d218ee..d1b10c6 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>