9
0
Fork 0

common: firmware: include libfile

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@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-11-24 12:06:45 +01:00 committed by Sascha Hauer
parent 0233462687
commit 79f2b8a7c9
1 changed files with 1 additions and 0 deletions

View File

@ -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>