diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 15:53:17 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 15:53:17 (EST) |
commit | 0d688600303180bc06368de5ce0b1bd63c4603b5 (patch) | |
tree | ffc1b9379da41835b0a87168b09a64395a1c46fc /resources/utilities/ich9deblob/ich9deblob.c | |
parent | 1097b09af2d386900621a7733bd70a135929df32 (diff) | |
download | libreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.zip libreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.tar.gz libreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.tar.bz2 |
ich9deblob: clean up includes in the .c files
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r-- | resources/utilities/ich9deblob/ich9deblob.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index 5c607d8..c8b74c4 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -46,10 +46,11 @@ #include <stdio.h> #include <string.h> + #include "common/descriptor_gbe.h" /* common descriptor/gbe functions used by ich9deblob */ +#include "common/x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */ #include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */ #include "gbe/gbe.h" /* structs describing what's in the gbe region */ -#include "common/x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */ int main(int argc, char *argv[]) { |