diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2021-06-02 15:31:41 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2021-06-02 15:31:41 +0200 |
commit | fcbb0cdb3cc092c1b28ae4237b86435514d6c4bf (patch) | |
tree | f64530c8086f7963b2faa4bb905d150e22e5bb18 /tests | |
parent | ae7d4f67ba782f7f53deaf0596a2b52155617a6b (diff) | |
download | dns-fcbb0cdb3cc092c1b28ae4237b86435514d6c4bf.tar.gz |
test improvements
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dns.c b/tests/dns.c index c100cd4..9b8a1e9 100644 --- a/tests/dns.c +++ b/tests/dns.c @@ -6,7 +6,7 @@ #include "tests.h" -#include <dns.h> +#include "../src/dns.h" START_TEST (dns_qname) { char in[128]; |