diff options
Diffstat (limited to 'resources/utilities/ich9deblob/common/x86compatibility.h')
-rw-r--r-- | resources/utilities/ich9deblob/common/x86compatibility.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/utilities/ich9deblob/common/x86compatibility.h b/resources/utilities/ich9deblob/common/x86compatibility.h index 05f77f8..d9d5bdb 100644 --- a/resources/utilities/ich9deblob/common/x86compatibility.h +++ b/resources/utilities/ich9deblob/common/x86compatibility.h @@ -24,6 +24,9 @@ #ifndef X86COMPATIBILITY_H #define X86COMPATIBILITY_H +#include <stdio.h> +#include <string.h> + #include "../descriptor/descriptor.h" /* structs describing what's in the descriptor region */ #include "../gbe/gbe.h" /* structs describing what's in the gbe region */ |