Try to fix unix build after Simon's errno changes (need sys_arch.h)

This commit is contained in:
Dirk Ziegelmeier 2016-10-06 16:01:32 +02:00
parent 2afc2a52d5
commit 86a92543de

View File

@ -38,6 +38,7 @@
#include "lwip/err.h"
#include "lwip/def.h"
#include "lwip/sys.h"
#include "lwip/errno.h"