2013-09-26 17:14:40 +02:00

14 lines
331 B
Plaintext

$NetBSD: patch-aw,v 1.1 2006/03/19 22:10:38 joerg Exp $
--- src/inet.h.orig 2006-03-16 22:34:00.000000000 +0000
+++ src/inet.h
@@ -34,7 +34,7 @@
#endif
#endif /* __linux__ */
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <osreldate.h>
#include <sys/types.h>
#include <sys/socket.h>