diff --git a/lib/roken/roken.h.in b/lib/roken/roken.h.in index 6e76b3f63..aee665292 100644 --- a/lib/roken/roken.h.in +++ b/lib/roken/roken.h.in @@ -1207,6 +1207,9 @@ int ROKEN_LIB_FUNCTION rk_socket(int, int, int); #ifndef EINPROGRESS #define EINPROGRESS 112 #endif +#ifndef ELOOP +#define ELOOP 114 +#endif #ifndef ENOTSOCK #define ENOTSOCK 128 #endif