summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh/ssh-add.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-07-06 16:03:53 +0000
committerstevesk <stevesk@openbsd.org>2006-07-06 16:03:53 +0000
commitd57915d69443c05285a93f5aa984774494819f6b (patch)
tree8d09aa8749ddb8f8b18744a56a6bce60525fec6b /usr.bin/ssh/ssh-add.c
parentargh, again i forgot a file. sorry (diff)
downloadwireguard-openbsd-d57915d69443c05285a93f5aa984774494819f6b.tar.xz
wireguard-openbsd-d57915d69443c05285a93f5aa984774494819f6b.zip
move #include <pwd.h> out of includes.h; ok markus@
Diffstat (limited to 'usr.bin/ssh/ssh-add.c')
-rw-r--r--usr.bin/ssh/ssh-add.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/ssh/ssh-add.c b/usr.bin/ssh/ssh-add.c
index 03a18779dd4..00d4d8293aa 100644
--- a/usr.bin/ssh/ssh-add.c
+++ b/usr.bin/ssh/ssh-add.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ssh-add.c,v 1.80 2006/05/30 11:46:38 mk Exp $ */
+/* $OpenBSD: ssh-add.c,v 1.81 2006/07/06 16:03:53 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -42,6 +42,8 @@
#include <openssl/evp.h>
+#include <pwd.h>
+
#include "ssh.h"
#include "rsa.h"
#include "log.h"