diff --git a/networking/udhcp/clientsocket.c b/networking/udhcp/clientsocket.c index 0be661d4f..114200192 100644 --- a/networking/udhcp/clientsocket.c +++ b/networking/udhcp/clientsocket.c @@ -22,11 +22,11 @@ */ #include +#include #if (defined(__GLIBC__) && __GLIBC__ >= 2 && __GLIBC_MINOR__ >= 1) || defined(_NEWLIB_VERSION) #include #include #else -#include #include #include #endif