blob: 483734df1c8021a58f11d0bc9d871eb261b800df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ba,v 1.3 2006/10/20 15:25:22 shannonjr Exp $
--- assuan/assuan.h.orig 2005-10-01 14:14:48.000000000 -0600
+++ assuan/assuan.h
@@ -24,6 +24,8 @@
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
+#include <sys/time.h>
+#include <sys/socket.h>
/* To use this file with libraries the following macros are often
|