diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-08 09:33:19 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-08 09:33:19 +0000 |
commit | 61421b7a8f97f91c3a362f5e82f08f351b45cb04 (patch) | |
tree | 723936c1bc3debf62eb2fca8ce6fda9bd171a608 /tests | |
parent | 6a7e53a7c7fa468d25adc5d6bda9b6bf6c1abc8c (diff) |
include curl.h without directory
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libtest/first.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/first.c b/tests/libtest/first.c index 528f1785c..c09d12dcd 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -1,4 +1,4 @@ -#include <curl/curl.h> +#include <curl.h> #ifdef MALLOCDEBUG /* provide a proto for this debug function */ |