diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/heimdal_build/roken.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 192500ce3e..3edeb2fb2e 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -53,10 +53,6 @@ #define HAVE_VSYSLOG #endif -#ifndef HAVE_SOCKLEN_T -#define HAVE_SOCKLEN_T -#endif - #ifndef HAVE_SSIZE_T #define HAVE_SSIZE_T #endif @@ -79,12 +75,13 @@ #endif #endif +#include "system/network.h" + /* * we don't want that roken.h.in includes socket_wrapper * we include socket_wrapper via "system/network.h" */ #undef SOCKET_WRAPPER_REPLACE #include "heimdal/lib/roken/roken.h.in" -#include "system/network.h" #endif |