blob: 8e8024c63a94aaa766aab2224a622018d07094e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-an,v 1.1.1.1 2009/06/12 09:04:57 jnemeth Exp $
--- utils/streamplayer.c.orig 2008-11-02 16:39:04.000000000 -0800
+++ utils/streamplayer.c
@@ -49,7 +49,7 @@
#include <unistd.h>
#include <sys/types.h>
#include <sys/socket.h>
-#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__) || defined(__CYGWIN__)
+#if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || defined(__Darwin__) || defined(__CYGWIN__) || defined(__DragonFly__)
#include <netinet/in.h>
#endif
#include <sys/time.h>
|