]> andersk Git - openssh.git/blobdiff - uidswap.h
- stevesk@cvs.openbsd.org 2006/07/06 16:03:53
[openssh.git] / uidswap.h
index f827782d5b212b6fd3db84375ed16829a4c43cd6..436c10f7569b1798a4b74333ff7f0e16c36b10b5 100644 (file)
--- a/uidswap.h
+++ b/uidswap.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.h,v 1.11 2006/06/08 14:45:49 markus Exp $ */
+/* $OpenBSD: uidswap.h,v 1.12 2006/07/06 16:03:53 stevesk Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef UIDSWAP_H
 #define UIDSWAP_H
 
+#include <sys/types.h>
+
+#include <pwd.h>
+
 void    temporarily_use_uid(struct passwd *);
 void    restore_uid(void);
 void    permanently_set_uid(struct passwd *);
This page took 0.045171 seconds and 4 git commands to generate.