diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-01-08 09:37:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-01-08 09:37:35 +0000 |
commit | 2288086695f6eb50a4928e23d8858e303eefe17f (patch) | |
tree | dafc1f57a44fd97bf2a720a7b25ef37ce1af7edf /tests/libtest | |
parent | 61421b7a8f97f91c3a362f5e82f08f351b45cb04 (diff) |
nah, include test.h instead
Diffstat (limited to 'tests/libtest')
-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 c09d12dcd..ac230b973 100644 --- a/tests/libtest/first.c +++ b/tests/libtest/first.c @@ -1,4 +1,4 @@ -#include <curl.h> +#include "test.h" #ifdef MALLOCDEBUG /* provide a proto for this debug function */ |