summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/ich9deblob.c
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-23 11:44:59 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-23 11:44:59 (EST)
commitece2f6f796afa94dbc927e9c4f514a3e131c7897 (patch)
treed67d046304731ed95b62b33e6ebc6f55e9d8340b /resources/utilities/ich9deblob/ich9deblob.c
parent2fa1721ab9338c8f72c6b9ee390ed11ced4c2e15 (diff)
downloadlibreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.zip
libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.gz
libreboot-ece2f6f796afa94dbc927e9c4f514a3e131c7897.tar.bz2
ich9deblob: rename descriptor/struct.h to descriptor/descriptor.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 4073453..49d5a9b 100644
--- a/resources/utilities/ich9deblob/ich9deblob.c
+++ b/resources/utilities/ich9deblob/ich9deblob.c
@@ -42,7 +42,7 @@
#include <stdio.h>
#include <string.h>
-#include "descriptor/struct.h" // structs describing what's in the descriptor region
+#include "descriptor/descriptor.h" // structs describing what's in the descriptor region
#include "gbe/gbe.h" // structs describing what's in the gbe region, plus functions that use them
#include "x86compatibility.c" // compatibility checks. this utility is not portable yet.