2012-02-16 21:26:55 +00:00
|
|
|
$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 @@
|
2008-06-12 21:33:57 +00:00
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/socket.h>
|
|
|
|
#include <sys/ioctl.h>
|
2012-02-16 21:26:55 +00:00
|
|
|
-#include <arpa/inet.h>
|
2008-06-12 21:33:57 +00:00
|
|
|
+#include <sys/uio.h>
|
|
|
|
#include <netinet/in.h>
|
2012-02-16 21:26:55 +00:00
|
|
|
+#include <arpa/inet.h>
|
2008-06-12 21:33:57 +00:00
|
|
|
#include <unistd.h>
|
2012-02-16 21:26:55 +00:00
|
|
|
#include <netdb.h>
|
|
|
|
#include <fcntl.h>
|