diff options
Diffstat (limited to 'hw/net/imx_fec.c')
-rw-r--r-- | hw/net/imx_fec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/net/imx_fec.c b/hw/net/imx_fec.c index c50bf7ff34..3bd551736d 100644 --- a/hw/net/imx_fec.c +++ b/hw/net/imx_fec.c @@ -21,6 +21,7 @@ * with this program; if not, see <http://www.gnu.org/licenses/>. */ +#include "qemu/osdep.h" #include "hw/net/imx_fec.h" #include "sysemu/dma.h" |