summaryrefslogtreecommitdiff
path: root/util/flashrom/lbtable.c
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2007-02-06 19:53:51 +0000
committerStefan Reinauer <stepan@openbios.org>2007-02-06 19:53:51 +0000
commit4020dd5ac52132cd717631e9131286856051fa63 (patch)
tree0eb42070405b54540723032547455bdca6c4feeb /util/flashrom/lbtable.c
parent4f9cf1373c6b9431fd6b84571237a8dee2ab93cd (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.c2
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;