summaryrefslogtreecommitdiff
path: root/uidswap.h
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.h')
-rw-r--r--uidswap.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/uidswap.h b/uidswap.h
index f827782d..436c10f7 100644
--- 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>
@@ -15,6 +15,10 @@
#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 *);