Loading lib/sendf.c +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 2002, Daniel Stenberg, <daniel@haxx.se>, et al. * * In order to be useful for every potential user, curl and libcurl are * dual-licensed under the MPL and the MIT/X-derivate licenses. Loading @@ -26,6 +26,8 @@ #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <errno.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif Loading Loading
lib/sendf.c +3 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * Copyright (C) 2000, Daniel Stenberg, <daniel@haxx.se>, et al. * Copyright (C) 2002, Daniel Stenberg, <daniel@haxx.se>, et al. * * In order to be useful for every potential user, curl and libcurl are * dual-licensed under the MPL and the MIT/X-derivate licenses. Loading @@ -26,6 +26,8 @@ #include <stdio.h> #include <stdarg.h> #include <stdlib.h> #include <errno.h> #ifdef HAVE_SYS_TYPES_H #include <sys/types.h> #endif Loading