aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Swetland <swetland@google.com>2008-11-17 11:14:39 -0800
committerBrian Swetland <swetland@google.com>2008-11-17 11:14:39 -0800
commit530a97e46dec40c36a7ab4f86db0f98660312170 (patch)
treef36096db9a7a5b3dcba55cf1a1b3cdfee02aaa1a
parent4205b865141ff2e255fe1d3bd16de18e217ef06a (diff)
downloadlegacy-530a97e46dec40c36a7ab4f86db0f98660312170.tar.gz
usbloader: fix include path for bootimg.h
-rw-r--r--usbloader/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usbloader/main.c b/usbloader/main.c
index 490b138..21da00e 100644
--- a/usbloader/main.c
+++ b/usbloader/main.c
@@ -32,7 +32,7 @@
#include <boot/flash.h>
#include <boot/board.h>
-#include <bootimg.h>
+#include <boot/bootimg.h>
#define FLASH_PAGE_SIZE 2048
#define FLASH_PAGE_BITS 11