From: Daniel Stenberg Date: Sat, 5 Jan 2019 22:07:29 +0000 (+0100) Subject: curl/urlapi.h: include "curl.h" first X-Git-Tag: curl-7_64_0~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef384c68ae22b35cf4976227d1cfcbbc3af79c88;p=thirdparty%2Fcurl.git curl/urlapi.h: include "curl.h" first This allows programs to include curl/urlapi.h directly. Reviewed-by: Daniel Gustafsson Reported-by: Ben Kohler Fixes #3438 Closes #3441 --- diff --git a/include/curl/urlapi.h b/include/curl/urlapi.h index 90dd56c000..850faa97a5 100644 --- a/include/curl/urlapi.h +++ b/include/curl/urlapi.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 2018, Daniel Stenberg, , et al. + * Copyright (C) 2018 - 2019, Daniel Stenberg, , et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -22,6 +22,8 @@ * ***************************************************************************/ +#include "curl.h" + #ifdef __cplusplus extern "C" { #endif