summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2014-07-28 22:25:15 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-29 08:22:31 +0200
commitccdf13af2412ea83c13842101faee52a38531dc4 (patch)
tree66bbc6320c41568b2358723a79c50db4a6b2f001 /include
parente69dca92f8ed34e74958120201bc4dc8aa632a05 (diff)
downloadbarebox-ccdf13af2412ea83c13842101faee52a38531dc4.tar.gz
barebox-ccdf13af2412ea83c13842101faee52a38531dc4.tar.xz
include/bbu: Add missing include errno.h
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include')
-rw-r--r--include/bbu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/bbu.h b/include/bbu.h
index 095eebcf4a..adb52b0dec 100644
--- a/include/bbu.h
+++ b/include/bbu.h
@@ -1,6 +1,8 @@
#ifndef __INCLUDE_BBU_H
#define __INCLUDE_BBU_H
+#include <asm-generic/errno.h>
+
struct bbu_data {
#define BBU_FLAG_FORCE (1 << 0)
#define BBU_FLAG_YES (1 << 1)