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

include curl.h without directory

This commit is contained in:
Daniel Stenberg 2003-01-08 09:33:19 +00:00
parent 6a7e53a7c7
commit 61421b7a8f

View File

@ -1,4 +1,4 @@
#include <curl/curl.h>
#include <curl.h>
#ifdef MALLOCDEBUG
/* provide a proto for this debug function */