portability.

git-svn-id: file:///svn/unbound/trunk@1005 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2008-02-29 10:22:07 +00:00
parent 3e103c2983
commit 372b4a1c12
4 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -68,11 +68,11 @@
* This creates a snapshot that represents the data as this resolver saw it.
*/
#include <signal.h>
#include "config.h"
#include <signal.h>
#include "libunbound/unbound.h"
#ifdef HAVE_SYS_STAT_H
#include "sys/stat.h"
#include <sys/stat.h>
#endif
struct todo_item;
struct labdata;
+1 -1
View File
@@ -39,8 +39,8 @@
* This program estimates DNS name server performance.
*/
#include <signal.h>
#include "config.h"
#include <signal.h>
#include "util/log.h"
#include "util/locks.h"
#include "util/net_help.h"