Browse Source

Defined SOCKLEN_T_DEFINED in lwipopts.h to stop Android builds from complaining

pull/1/head
Joseph Henry 8 years ago
parent
commit
3101329fbe
  1. 1
      include/lwipopts.h

1
include/lwipopts.h

@ -45,6 +45,7 @@
#if __ANDROID__
#define LWIP_PROVIDE_ERRNO 0
#define SOCKLEN_T_DEFINED
#elif !defined(_MSC_VER)
#define LWIP_PROVIDE_ERRNO 1
#endif

Loading…
Cancel
Save