summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-24 07:27:58 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-24 07:27:58 +0000
commit7cf47ea5b55247eb71906a6f93efc6c31aa37567 (patch)
tree82bac4e5da298f5140adcad356940707cb571c03 /src
parent6fb0012833f2b2e3e28fe761c26f2194195ff95d (diff)
downloadcurl-7cf47ea5b55247eb71906a6f93efc6c31aa37567.tar.gz
include curl/curlver.h instead since this only needs the version defines
Diffstat (limited to 'src')
-rw-r--r--src/version.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 98817e9b2..f350c2942 100644
--- a/src/version.h
+++ b/src/version.h
@@ -23,7 +23,7 @@
* $Id$
***************************************************************************/
-#include <curl/curl.h>
+#include <curl/curlver.h>
#define CURL_NAME "curl"
#define CURL_VERSION LIBCURL_VERSION