summaryrefslogtreecommitdiffstats
path: root/include/net.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-05-30 12:39:55 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-31 08:32:59 +0200
commitb381e781bffa9c285c36c34a291cf00be4155a14 (patch)
tree10f62fe9bb276629709195c94ebe7eeb205312ff /include/net.h
parent3ece590c383624f04b23ff12fab077166a869f51 (diff)
downloadbarebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.gz
barebox-b381e781bffa9c285c36c34a291cf00be4155a14.tar.xz
treewide include/: Add missing includes
This adds several missing includes to files under include/ which we relied on being included implicitly. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/net.h')
-rw-r--r--include/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net.h b/include/net.h
index bb6b8fa281..72f02ce117 100644
--- a/include/net.h
+++ b/include/net.h
@@ -19,7 +19,9 @@
#include <stdlib.h>
#include <clock.h>
#include <led.h>
+#include <xfuncs.h>
#include <linux/phy.h>
+#include <linux/string.h> /* memcpy */
#include <asm/byteorder.h> /* for nton* / ntoh* stuff */
/* How often do we retry to send packages */