openbsd-ports/net/spectrum-tools/patches/patch-spectool_net_client_h
sthen b000af4257 update to spectrum-tools 2011-08-R1
maintainer timeout
tested with wi-spy 2.4i (which only works correctly with rthreads)
2012-02-16 21:26:55 +00:00

15 lines
429 B
Plaintext

$OpenBSD: patch-spectool_net_client_h,v 1.2 2012/02/16 21:26:55 sthen Exp $
--- spectool_net_client.h.orig Fri Jun 10 16:53:29 2011
+++ spectool_net_client.h Sun Jan 22 11:34:31 2012
@@ -23,8 +23,9 @@
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
-#include <arpa/inet.h>
+#include <sys/uio.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <unistd.h>
#include <netdb.h>
#include <fcntl.h>