]> andersk Git - openssh.git/blobdiff - monitor_fdpass.c
- (djm) [openbsd-compat/regress/snprintftest.c]
[openssh.git] / monitor_fdpass.c
index dec90d18bd92ae59b7cda0ab7e0b8eaaa2a4cfd1..c5fc4c39702cd3e87afbdc06eeecae8fa9c7d27b 100644 (file)
@@ -1,3 +1,4 @@
+/* $OpenBSD: monitor_fdpass.c,v 1.12 2006/08/03 03:34:42 deraadt Exp $ */
 /*
  * Copyright 2001 Niels Provos <provos@citi.umich.edu>
  * All rights reserved.
 
 #include "includes.h"
 
+#include <sys/types.h>
+#include <sys/socket.h>
 #include <sys/uio.h>
 
+#include <errno.h>
+#include <string.h>
+#include <stdarg.h>
+
 #include "log.h"
 #include "monitor_fdpass.h"
 
This page took 0.032319 seconds and 4 git commands to generate.