9
0
Fork 0

envfs: include errno.h

Fixes: include/envfs.h:124:10: error: 'ENOSYS' undeclared

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-25 18:02:47 +01:00 committed by Sascha Hauer
parent 154c0b70f0
commit 85383d2115
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _ENVFS_H
#ifdef __BAREBOX__
#include <errno.h>
#include <asm/byteorder.h>
#include <linux/stringify.h>
#endif