diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 07:27:58 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-24 07:27:58 +0000 |
commit | 7cf47ea5b55247eb71906a6f93efc6c31aa37567 (patch) | |
tree | 82bac4e5da298f5140adcad356940707cb571c03 /src | |
parent | 6fb0012833f2b2e3e28fe761c26f2194195ff95d (diff) |
include curl/curlver.h instead since this only needs the version defines
Diffstat (limited to 'src')
-rw-r--r-- | src/version.h | 2 |
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 |