diff --git a/libdnet-stripped/acconfig.h b/libdnet-stripped/acconfig.h index cf76546d8..674f82227 100644 --- a/libdnet-stripped/acconfig.h +++ b/libdnet-stripped/acconfig.h @@ -32,5 +32,5 @@ char *strsep(char **, const char *); #endif #ifndef HAVE_SOCKLEN_T -typedef socklen_t int +typedef int socklen_t #endif