openbsd-ports/net/spectrum-tools/patches/patch-spectool_net_client_h

15 lines
429 B
Plaintext
Raw Normal View History

$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>