diff options
Diffstat (limited to 'uidswap.c')
-rw-r--r-- | uidswap.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: uidswap.c,v 1.31 2006/07/11 20:07:25 stevesk Exp $ */ | 1 | /* $OpenBSD: uidswap.c,v 1.32 2006/07/17 01:31:10 stevesk Exp $ */ |
2 | /* | 2 | /* |
3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 3 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland | 4 | * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland |
@@ -18,6 +18,7 @@ | |||
18 | 18 | ||
19 | #include <errno.h> | 19 | #include <errno.h> |
20 | #include <pwd.h> | 20 | #include <pwd.h> |
21 | #include <unistd.h> | ||
21 | 22 | ||
22 | #include <grp.h> | 23 | #include <grp.h> |
23 | 24 | ||