1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/net/dnrd/files/patch-common.h
Will Andrews ff049e43e4 Add dnrd 2.9, a proxy DNS daemon.
PR:		24107
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-03-10 19:33:51 +00:00

11 lines
245 B
C

--- common.h.orig Sat Jan 6 14:52:53 2001
+++ common.h Sat Jan 6 14:53:00 2001
@@ -23,6 +23,7 @@
#ifndef _DNRD_COMMON_H_
#define _DNRD_COMMON_H_
+#include <sys/types.h>
#include <netinet/in.h>
#include <syslog.h>
#include <semaphore.h>