From c7a6b524ff6181cbc80b5a1a7e64c1ebf31cb2e8 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Thu, 2 Jul 2009 17:26:14 +0800 Subject: [PATCH] fix head file patch Signed-off-by: Xiangfu Liu --- usbboot/src/command_line.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbboot/src/command_line.c b/usbboot/src/command_line.c index f475085..cf80db1 100644 --- a/usbboot/src/command_line.c +++ b/usbboot/src/command_line.c @@ -13,7 +13,7 @@ #include "usb_boot_defines.h" #include "ingenic_usb.h" #include "cmd.h" -#include "xburst_tools_version.h" +#include "xburst-tools_version.h" extern struct nand_in nand_in; extern struct sdram_in sdram_in;