X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/416ed5a7db4ee9222f0d024b161f728470a63e0b..278a05ad21a7e1729abc503ff0a1a1085b2da7f9:/openbsd-compat.h diff --git a/openbsd-compat.h b/openbsd-compat.h index 521579b9..1be0ccd4 100644 --- a/openbsd-compat.h +++ b/openbsd-compat.h @@ -6,6 +6,8 @@ /* BSD function replacements */ #include "bsd-arc4random.h" #include "bsd-bindresvport.h" +#include "bsd-getcwd.h" +#include "bsd-realpath.h" #include "bsd-rresvport.h" #include "bsd-misc.h" #include "bsd-strlcpy.h" @@ -18,6 +20,10 @@ #include "bsd-inet_aton.h" #include "bsd-inet_ntoa.h" #include "bsd-strsep.h" +#include "bsd-strtok.h" +#include "bsd-vis.h" +#include "bsd-waitpid.h" +#include "bsd-setproctitle.h" /* rfc2553 socket API replacements */ #include "fake-getaddrinfo.h"