common: Drop net.h from common header
[oweals/u-boot.git] / arch / sandbox / include / asm / eth.h
index 477fa00fad86886170a803b747a05fe6d929891b..b313bf57c63df233d5cb8531f70689b7309b128f 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef __ETH_H
 #define __ETH_H
 
+#include <net.h>
+
 void sandbox_eth_disable_response(int index, bool disable);
 
 void sandbox_eth_skip_timeout(void);