blob: df8ae9b15a9da5dd1c3097b65eb4585114c4527d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-aa,v 1.13 2007/04/08 09:06:14 jmmv Exp $
--- unix/ssh_agent_platform.cc.orig 2007-04-01 12:22:00.000000000 +0200
+++ unix/ssh_agent_platform.cc
@@ -7,11 +7,13 @@
// implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE.
+#include <sys/types.h>
#include <sys/un.h>
#include <sys/socket.h>
#include <fcntl.h>
#include <stdlib.h>
#include <string.h>
+#include <unistd.h>
#include "../sanity.hh"
|