summaryrefslogtreecommitdiff
path: root/tests/libtest/test.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-12-13 14:14:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-12-13 14:14:35 +0000
commit57572e550f446b1532efb06a5cd2c7af59c5f62f (patch)
treedf57477ddb4cfdba685df6cdb1a838048b19abc9 /tests/libtest/test.h
parent3aea0d3d68a5b508cf76b0622ba208ca7c9fe42c (diff)
downloadgnurl-57572e550f446b1532efb06a5cd2c7af59c5f62f.tar.gz
gnurl-57572e550f446b1532efb06a5cd2c7af59c5f62f.tar.bz2
gnurl-57572e550f446b1532efb06a5cd2c7af59c5f62f.zip
include files without the curl/ to reduce the risk of us including the wrong
set of include files during tests
Diffstat (limited to 'tests/libtest/test.h')
-rw-r--r--tests/libtest/test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libtest/test.h b/tests/libtest/test.h
index 959270a30..d9fbef311 100644
--- a/tests/libtest/test.h
+++ b/tests/libtest/test.h
@@ -1,3 +1,3 @@
-#include <curl/curl.h>
+#include <curl.h>
#include <stdio.h>