blob: f74a93842293369eb9078e574305122983c1576f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
--- src/shout/sock.h.orig 2004-04-30 01:49:50.000000000 +0200
+++ src/shout/sock.h 2004-04-30 01:50:10.000000000 +0200
@@ -31,7 +31,7 @@
#include <unistd.h>
#endif
-#ifdef HAVE_SYS_UIO_H
+#if defined(HAVE_SYS_UIO_H) || defined(__NetBSD__)
#include <sys/uio.h>
#else
#ifndef _SYS_UIO_H
|