1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

include curl/curlver.h instead since this only needs the version defines

This commit is contained in:
Daniel Stenberg 2004-03-24 07:27:58 +00:00
parent 6fb0012833
commit 7cf47ea5b5

View File

@ -23,7 +23,7 @@
* $Id$ * $Id$
***************************************************************************/ ***************************************************************************/
#include <curl/curl.h> #include <curl/curlver.h>
#define CURL_NAME "curl" #define CURL_NAME "curl"
#define CURL_VERSION LIBCURL_VERSION #define CURL_VERSION LIBCURL_VERSION