diff options
Diffstat (limited to 'util/flashrom/lbtable.c')
-rw-r--r-- | util/flashrom/lbtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/flashrom/lbtable.c b/util/flashrom/lbtable.c index 82119b1294..2adf5c9c36 100644 --- a/util/flashrom/lbtable.c +++ b/util/flashrom/lbtable.c @@ -8,7 +8,7 @@ #include <errno.h> #include <sys/mman.h> #include "flash.h" -#include "../../src/include/boot/linuxbios_tables.h" +#include "linuxbios_tables.h" #include "debug.h" char *lb_part=NULL, *lb_vendor=NULL; |