Browse Source

Merge pull request #874 from caogos/master

[BSP] fix the compiling issue.
Bernard Xiong 7 years ago
parent
commit
a13fdaac3d
1 changed files with 3 additions and 0 deletions
  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"