diff --git a/include/cutils/sockets.h b/include/cutils/sockets.h index daf43ec94..c47588c43 100644 --- a/include/cutils/sockets.h +++ b/include/cutils/sockets.h @@ -25,7 +25,7 @@ #ifdef HAVE_WINSOCK #include typedef int socklen_t; -#elif HAVE_SYS_SOCKET_H +#else #include #endif