]> andersk Git - openssh.git/blobdiff - uidswap.c
- stevesk@cvs.openbsd.org 2006/07/25 02:59:21
[openssh.git] / uidswap.c
index 2ac5d7f91d34ff21e1894dbd16bc1fec8d8a2b97..255f9142cb85a13def50a6cd774751b6bc929335 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.c,v 1.30 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: uidswap.c,v 1.33 2006/07/22 20:48:23 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include <sys/types.h>
 
+#include <errno.h>
 #include <pwd.h>
+#include <string.h>
+#include <unistd.h>
 
 #include <grp.h>
 
This page took 0.032056 seconds and 4 git commands to generate.