#4 make tests pass as well

This commit is contained in:
Erik Ekman 2007-02-04 15:28:24 +00:00
parent b1d7bfb634
commit 1deab43f13
2 changed files with 2 additions and 2 deletions

View file

@ -25,7 +25,7 @@
#include <sys/stat.h>
#include <arpa/nameser.h>
#include "structs.h"
#include "common.h"
#include "dns.h"
#include "encoding.h"
#include "test.h"

View file

@ -28,7 +28,7 @@
#include <string.h>
#include <check.h>
#include "structs.h"
#include "common.h"
#include "encoding.h"
#include "dns.h"
#include "read.h"