]> andersk Git - openssh.git/blobdiff - sshconnect.h
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / sshconnect.h
index 692d27567534491b5fd7fdc9dc455fe67736cc29..c1b07390b38d155ed49988ed5938bad0b54084c4 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: sshconnect.h,v 1.20 2006/06/06 10:20:20 markus Exp $ */
+/* $OpenBSD: sshconnect.h,v 1.21 2006/07/06 16:03:53 stevesk Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
 #ifndef SSHCONNECT_H
 #define SSHCONNECT_H
 
+#include <sys/types.h>
+
+#include <pwd.h>
+
 typedef struct Sensitive Sensitive;
 struct Sensitive {
        Key     **keys;
This page took 0.04574 seconds and 4 git commands to generate.