diff options
Diffstat (limited to 'drivers/net/rtl8139.c')
-rw-r--r-- | drivers/net/rtl8139.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/rtl8139.c b/drivers/net/rtl8139.c index 13309970e2..bb59629f81 100644 --- a/drivers/net/rtl8139.c +++ b/drivers/net/rtl8139.c @@ -72,6 +72,7 @@ */ #include <common.h> +#include <cpu_func.h> #include <malloc.h> #include <net.h> #include <netdev.h> |