]> andersk Git - openssh.git/blobdiff - uidswap.c
- stevesk@cvs.openbsd.org 2006/07/26 02:35:17
[openssh.git] / uidswap.c
index e97cd7059df0cdb7533b57f996916913ae65e8f5..878258704e14fb12fec89f6bc5d6d546b3c5503b 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.c,v 1.31 2006/07/11 20:07:25 stevesk Exp $ */
+/* $OpenBSD: uidswap.c,v 1.34 2006/07/26 02:35:17 stevesk Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 #include "includes.h"
 
 #include <sys/types.h>
+#include <sys/param.h>
 
 #include <errno.h>
 #include <pwd.h>
+#include <string.h>
+#include <unistd.h>
 
 #include <grp.h>
 
This page took 0.032666 seconds and 4 git commands to generate.