diff options
Diffstat (limited to 'board/freescale/ls1046afrwy/eth.c')
-rw-r--r-- | board/freescale/ls1046afrwy/eth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/ls1046afrwy/eth.c b/board/freescale/ls1046afrwy/eth.c index d38e4d7ac7..3f7c35b5c9 100644 --- a/board/freescale/ls1046afrwy/eth.c +++ b/board/freescale/ls1046afrwy/eth.c @@ -3,6 +3,7 @@ * Copyright 2019 NXP */ #include <common.h> +#include <net.h> #include <asm/io.h> #include <netdev.h> #include <fm_eth.h> |