summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-01-05 23:07:29 +0100
committerDaniel Stenberg <daniel@haxx.se>2019-01-05 23:07:29 +0100
commitd99b97c9ec2a1c86f76d6da3f1954c19fa20eed0 (patch)
treebc56b464331a2e93d51a7aa401041398c8e44fed
parent1e4ec09a26e58ba62c3a3dd3913939d7f4173809 (diff)
downloadcurl-bagder/urlapi-include.tar.gz
curl/urlapi.h: include "curl.h" firstbagder/urlapi-include
This allows programs to include curl/urlapi.h directly. Reported-by: Ben Kohler Fixes #3438
-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 90dd56c00..850faa97a 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