]> andersk Git - openssh.git/blobdiff - cleanup.c
- djm@cvs.openbsd.org 2010/01/30 02:54:53
[openssh.git] / cleanup.c
index 7b40ca78101a53d57d51c7a2bc1a5ba67319ce87..238f965e64461e9d6199f39c43d7349064f77b63 100644 (file)
--- a/cleanup.c
+++ b/cleanup.c
@@ -1,3 +1,4 @@
+/* $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 1.079195 seconds and 4 git commands to generate.