blob: 3131fbb21694451fdc62d4e8e816c0cf32be1835 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ac,v 1.1 2005/03/26 13:59:33 dmcmahill Exp $
--- hpiom.c.orig 2004-10-14 19:08:51.000000000 -0400
+++ hpiom.c
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <sys/socket.h>
+#include <sys/uio.h>
#include <netinet/in.h>
#include <netdb.h>
#include <stdio.h>
|