summaryrefslogtreecommitdiff
path: root/include/curl/urlapi.h
diff options
context:
space:
mode:
authorAlessandro Ghedini <ghedo@debian.org>2019-02-06 20:29:19 +0000
committerAlessandro Ghedini <ghedo@debian.org>2019-02-06 20:29:19 +0000
commit6a4d7f25b9ff57641a0c24d03488ac5b1e95ec5c (patch)
treef4504147cf5bd8c3ba8dfb9d8979984611ddcc66 /include/curl/urlapi.h
parent097345087a56e46c815699cf4fb32fad034f7b38 (diff)
New upstream version 7.64.0
Diffstat (limited to 'include/curl/urlapi.h')
-rw-r--r--include/curl/urlapi.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/curl/urlapi.h b/include/curl/urlapi.h
index 90dd56c0..850faa97 100644
--- a/include/curl/urlapi.h
+++ b/include/curl/urlapi.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 2018 - 2019, Daniel Stenberg, <daniel@haxx.se>, 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