diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 9723c876c..a6299aee8 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -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 */