summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-07-06 19:55:21 (GMT)
committerTom Rini <trini@konsulko.com>2016-07-06 19:55:21 (GMT)
commit246fa47840f2b9aecc7308f140680dd00545c6a9 (patch)
tree9454f496ad3ac560dc7bee85c7ba58c643ffb14f /include
parent70c440e5bdca097915b71170f9532ae4faad735a (diff)
parent4c64c4db3b87818318ed8b4cd6907c508aaf04ce (diff)
downloadu-boot-246fa47840f2b9aecc7308f140680dd00545c6a9.tar.xz
Merge branch 'master' of git://git.denx.de/u-boot-net
Diffstat (limited to 'include')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index f9f4605..3feaae6 100644
--- a/include/common.h
+++ b/include/common.h
@@ -16,6 +16,7 @@ typedef volatile unsigned short vu_short;
typedef volatile unsigned char vu_char;
#include <config.h>
+#include <errno.h>
#include <asm-offsets.h>
#include <linux/bitops.h>
#include <linux/types.h>