summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/ich9deblob.c
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 08:22:32 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 08:25:48 (EST)
commit61dd44646d515a42fe1145f9e7707b39e387a1b4 (patch)
treeaca5d4a00679249641b37186c8797fd00871bd2c /resources/utilities/ich9deblob/ich9deblob.c
parent810f1c9142df5633359ca3b97c335cb7aa1a02ab (diff)
downloadlibreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.zip
libreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.tar.gz
libreboot-61dd44646d515a42fe1145f9e7707b39e387a1b4.tar.bz2
ich9deblob: move ich9desc.h to descriptor/struct.h
Diffstat (limited to 'resources/utilities/ich9deblob/ich9deblob.c')
-rw-r--r--resources/utilities/ich9deblob/ich9deblob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c
index 26fc9a7..2081bc4 100644
--- a/resources/utilities/ich9deblob/ich9deblob.c
+++ b/resources/utilities/ich9deblob/ich9deblob.c
@@ -42,7 +42,7 @@
#include <stdio.h>
#include <string.h>
-#include "ich9desc.h" // structs describing what's in the descriptor region
+#include "descriptor/struct.h" // structs describing what's in the descriptor region
#include "gbe/struct.h" // structs describing what's in the gbe region
#include "x86compatibility.c" // compatibility checks. this utility is not portable yet.