genxml: Add mote includes in the generated headers
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 20 Feb 2016 17:31:31 +0000 (09:31 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sat, 20 Feb 2016 17:33:20 +0000 (09:33 -0800)
src/intel/genxml/gen_pack_header.py

index 9dae2d57e420d3105cef5a08f1c4e6402f95e211..5bc18c70c60311a834e6bc5f79081d05168bf020 100755 (executable)
@@ -39,7 +39,10 @@ pack_header = """%(license)s
 #pragma once
 
 #include <stdio.h>
+#include <stdint.h>
+#include <stdbool.h>
 #include <assert.h>
+#include <math.h>
 
 #ifndef __gen_validate_value
 #define __gen_validate_value(x)