sockets.c Remove "#include <errno.h>" from sockets.c to avoid multiple

definition of macros (in errno.h and lwip/arch.h) if LWIP_PROVIDE_ERRNO is
    defined. This is the way it should have been already (looking at
    doc/sys_arch.txt)
This commit is contained in:
goldsimon
2007-03-28 14:49:04 +00:00
parent 01d9bd573e
commit d956a39fec
2 changed files with 6 additions and 1 deletions

View File

@@ -33,7 +33,6 @@
*/
#include <string.h>
#include <errno.h>
#include "lwip/opt.h"
#include "lwip/api.h"