blob: 92ca2f157e6f81bf5837824a0d7c10efdbadb64a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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>
|