genxml: Add mote includes in the generated headers

This commit is contained in:
Jason Ekstrand 2016-02-20 09:31:31 -08:00
parent 1f1cf6fcb0
commit 853fc3e431
1 changed files with 3 additions and 0 deletions

View File

@ -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)