From 1deab43f13a540a170393d4ea780ce7d2e9de53b Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Sun, 4 Feb 2007 15:28:24 +0000 Subject: [PATCH] #4 make tests pass as well --- tests/dns.c | 2 +- tests/read.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"