]> andersk Git - openssh.git/blobdiff - cleanup.c
- dtucker@cvs.openbsd.org 2010/01/09 05:17:00
[openssh.git] / cleanup.c
index dcf456830007d0bf7e610b4a8c024542649ea55f..238f965e64461e9d6199f39c43d7349064f77b63 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cleanup.c,v 1.3 2006/03/25 13:17:01 djm Exp $ */
+/* $OpenBSD: cleanup.c,v 1.5 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright (c) 2003 Markus Friedl <markus@openbsd.org>
  *
  * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
+
 #include "includes.h"
 
+#include <sys/types.h>
+
+#include <unistd.h>
+#include <stdarg.h>
+
 #include "log.h"
 
 /* default implementation */
This page took 0.056459 seconds and 4 git commands to generate.