diff --git a/tests/dns.c b/tests/dns.c index 9596e85..fd3d4ce 100644 --- a/tests/dns.c +++ b/tests/dns.c @@ -25,7 +25,7 @@ #include #include -#include "structs.h" +#include "common.h" #include "dns.h" #include "encoding.h" #include "test.h" diff --git a/tests/read.c b/tests/read.c index 57878ff..4c9cccf 100644 --- a/tests/read.c +++ b/tests/read.c @@ -28,7 +28,7 @@ #include #include -#include "structs.h" +#include "common.h" #include "encoding.h" #include "dns.h" #include "read.h"