aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/first.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-01-08 09:33:19 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-01-08 09:33:19 +0000
commit61421b7a8f97f91c3a362f5e82f08f351b45cb04 (patch)
tree723936c1bc3debf62eb2fca8ce6fda9bd171a608 /tests/libtest/first.c
parent6a7e53a7c7fa468d25adc5d6bda9b6bf6c1abc8c (diff)
include curl.h without directory
Diffstat (limited to 'tests/libtest/first.c')
-rw-r--r--tests/libtest/first.c2
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 */