roken: declare IN_LOOPBACKNET if necessary
Not all platforms provide a definition of IN_LOOPBACKNET. Let roken define it if it is otherwise undeclared. Change-Id: Ibbac2fc4045671237fae23119746b37afb3b83fb
This commit is contained in:

committed by
Jeffrey Altman

parent
1301b1cc15
commit
e5bc391f2e
@@ -105,6 +105,10 @@ typedef int rk_socket_t;
|
||||
|
||||
#endif
|
||||
|
||||
#ifndef IN_LOOPBACKNET
|
||||
#define IN_LOOPBACKNET 127
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
/* Declarations for Microsoft Visual C runtime on Windows */
|
||||
|
||||
|
Reference in New Issue
Block a user