]> andersk Git - openssh.git/blobdiff - uidswap.c
20070326
[openssh.git] / uidswap.c
index 32441828d85870f2adb3314cc9ce10be27e2cfbc..91d878c30e1b34b308b46aa6430233e84a89192e 100644 (file)
--- a/uidswap.c
+++ b/uidswap.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: uidswap.c,v 1.29 2006/06/08 14:45:49 markus Exp $ */
+/* $OpenBSD: uidswap.c,v 1.35 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
 
 #include "includes.h"
 
+#include <sys/param.h>
+#include <errno.h>
+#include <pwd.h>
+#include <string.h>
+#include <unistd.h>
+#include <stdarg.h>
+
 #include <grp.h>
 
 #include "log.h"
This page took 0.034471 seconds and 4 git commands to generate.