Selaa lähdekoodia

Merge pull request #874 from caogos/master

[BSP] fix the compiling issue.
Bernard Xiong 7 vuotta sitten
vanhempi
commit
a13fdaac3d
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      bsp/ls1cdev/drivers/net/synopGMAC_network_interface.h

+ 3 - 0
bsp/ls1cdev/drivers/net/synopGMAC_network_interface.h

@@ -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"