]> andersk Git - openssh.git/blobdiff - openbsd-compat/fake-rfc2553.c
- (dtucker) [openbsd-compat/openssl-compat.h] Merge USE_BUILTIN_RIJNDAEL
[openssh.git] / openbsd-compat / fake-rfc2553.c
index aae016bf782b0254e2eb0187131fb5fd378e90fb..b6ea3d21e3425c2a2a070e2ea006e1a562895fff 100644 (file)
 
 #include "includes.h"
 
+#include <stdlib.h>
+#include <string.h>
+
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
 #ifndef HAVE_GETNAMEINFO
 int getnameinfo(const struct sockaddr *sa, size_t salen, char *host, 
                 size_t hostlen, char *serv, size_t servlen, int flags)
This page took 0.065006 seconds and 4 git commands to generate.