Merge pull request #874 from caogos/master

[BSP] fix the compiling issue.
This commit is contained in:
Bernard Xiong 2017-10-17 11:32:13 +08:00 committed by GitHub
commit a13fdaac3d
1 changed files with 3 additions and 0 deletions

View File

@ -35,6 +35,9 @@
#ifndef SYNOP_GMAC_NETWORK_INTERFACE_H
#define SYNOP_GMAC_NETWORK_INTERFACE_H 1
#include <lwip/sys.h>
#include <netif/ethernetif.h>
#include "synopGMAC_plat.h"
#include "synopGMAC_Host.h"
#include "synopGMAC_Dev.h"