From 7cf47ea5b55247eb71906a6f93efc6c31aa37567 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Mar 2004 07:27:58 +0000 Subject: [PATCH] include curl/curlver.h instead since this only needs the version defines --- src/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #define CURL_NAME "curl" #define CURL_VERSION LIBCURL_VERSION