diff options
author | Uwe Hermann <uwe@hermann-uwe.de> | 2007-02-06 19:53:51 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-02-06 19:53:51 +0000 |
commit | 4020dd5ac52132cd717631e9131286856051fa63 (patch) | |
tree | 0eb42070405b54540723032547455bdca6c4feeb /util/flashrom/lbtable.c | |
parent | 4f9cf1373c6b9431fd6b84571237a8dee2ab93cd (diff) |
Include src/include/boot/linuxbios_tables.h in the flashrom source
tree to make it compilable independant of the LinuxBIOS source code.
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2551 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
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; |