diff options
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]; |