From 3e5dda7b859c760637a02baab3070275c99c874c Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Thu, 6 Jul 2006 16:03:54 +0000 Subject: move #include out of includes.h; ok markus@ --- usr.bin/ssh/uidswap.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'usr.bin/ssh/uidswap.h') diff --git a/usr.bin/ssh/uidswap.h b/usr.bin/ssh/uidswap.h index f827782d5b2..436c10f7569 100644 --- a/usr.bin/ssh/uidswap.h +++ b/usr.bin/ssh/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 @@ -15,6 +15,10 @@ #ifndef UIDSWAP_H #define UIDSWAP_H +#include + +#include + void temporarily_use_uid(struct passwd *); void restore_uid(void); void permanently_set_uid(struct passwd *); -- cgit v1.2.3