Added missing include to netif.h

This commit is contained in:
goldsimon
2009-07-20 15:48:55 +00:00
parent 972592cf8a
commit 5830200029

View File

@@ -41,6 +41,7 @@
#include "lwip/pbuf.h"
#include "lwip/api.h"
#include "lwip/sys.h"
#include "lwip/netif.h"
#ifdef __cplusplus
extern "C" {