openbsd-ports/net/neon/patches/patch-src_ne_socket_c
2012-06-16 09:01:29 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-src_ne_socket_c,v 1.3 2012/06/16 09:01:30 ajacoutot Exp $
--- src/ne_socket.c.orig Sat Jun 16 10:56:36 2012
+++ src/ne_socket.c Sat Jun 16 10:57:08 2012
@@ -27,6 +27,7 @@
#include "config.h"
#include <sys/types.h>
+#include <sys/uio.h> /* writev(2) */
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif