[PATCH 05/20] common: firmware: include libfile
Lucas Stach
l.stach at pengutronix.de
Mon Nov 24 03:06:45 PST 2014
Fixes
common/firmware.c:206:2: error: implicit declaration of function 'copy_file'
in a number of configuration where this file isn't pulled in through
other headers.
Signed-off-by: Lucas Stach <l.stach at pengutronix.de>
---
common/firmware.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/common/firmware.c b/common/firmware.c
index 2a62a81c7845..a6f75bf88747 100644
--- a/common/firmware.c
+++ b/common/firmware.c
@@ -17,6 +17,7 @@
#include <xfuncs.h>
#include <fcntl.h>
#include <libbb.h>
+#include <libfile.h>
#include <fs.h>
#include <linux/list.h>
#include <linux/stat.h>
--
2.1.1
More information about the barebox
mailing list