diff --git a/lib/sendf.c b/lib/sendf.c index ae4ce67376..ad144edd88 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -26,6 +26,9 @@ #include #include #include +#ifdef HAVE_SYS_TYPES_H +#include +#endif #ifdef HAVE_SYS_SOCKET_H #include /* required for send() & recv() prototypes */