aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-02 15:31:41 +0200
committerGravatar Jonas Gunz <himself@jonasgunz.de> 2021-06-02 15:31:41 +0200
commitfcbb0cdb3cc092c1b28ae4237b86435514d6c4bf (patch)
treef64530c8086f7963b2faa4bb905d150e22e5bb18 /tests
parentae7d4f67ba782f7f53deaf0596a2b52155617a6b (diff)
downloaddns-fcbb0cdb3cc092c1b28ae4237b86435514d6c4bf.tar.gz
test improvements
Diffstat (limited to 'tests')
-rw-r--r--tests/dns.c2
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];