From 8edfb370a86dc97a09a689a1bddcfda76c608137 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Jan 2002 09:25:58 +0000 Subject: [PATCH] Added #include --- lib/sendf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/sendf.c b/lib/sendf.c index 9ea49e5..cf7e67d 100644 --- a/lib/sendf.c +++ b/lib/sendf.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2000, Daniel Stenberg, , et al. + * Copyright (C) 2002, Daniel Stenberg, , 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. @@ -26,6 +26,8 @@ #include #include #include +#include + #ifdef HAVE_SYS_TYPES_H #include #endif -- 2.7.4