]> andersk Git - openssh.git/blobdiff - openbsd-compat/openbsd-compat.h
- tdeval@cvs.openbsd.org 2004/11/24 18:10:42
[openssh.git] / openbsd-compat / openbsd-compat.h
index e2946da09c77f91e3adc3d65c00e45f6d18b4f04..edf4b9dc255b820b6760e045ebc61f38f3a55b3c 100644 (file)
@@ -131,10 +131,16 @@ int getgrouplist(const char *, gid_t, gid_t *, int *);
 int BSDgetopt(int argc, char * const *argv, const char *opts);
 #endif
 
+#if defined(HAVE_DECL_WRITEV) && HAVE_DECL_WRITEV == 0
+# include <sys/types.h>
+# include <sys/uio.h>
+int writev(int, struct iovec *, int);
+#endif
 
 /* Home grown routines */
 #include "bsd-misc.h"
 #include "bsd-waitpid.h"
+#include "bsd-poll.h"
 
 #ifndef HAVE_GETPEEREID
 int getpeereid(int , uid_t *, gid_t *);
This page took 0.068655 seconds and 4 git commands to generate.