Loading lib/sendf.c +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> /* required for send() & recv() prototypes */ Loading Loading
lib/sendf.c +3 −0 Original line number Diff line number Diff line Loading @@ -26,6 +26,9 @@ #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif #ifdef HAVE_SYS_SOCKET_H #include <sys/socket.h> /* required for send() & recv() prototypes */ Loading