]> andersk Git - openssh.git/commitdiff
- (djm) [includes.h] Restore accidentally dropped netinet/in.h
authordjm <djm>
Wed, 15 Mar 2006 02:07:48 +0000 (02:07 +0000)
committerdjm <djm>
Wed, 15 Mar 2006 02:07:48 +0000 (02:07 +0000)
ChangeLog
includes.h

index b212ce7cabaf35a4e6031a19576334feb6e8c87f..34b1d015ed505099624a306c28aaf426ab8eafbd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
    [openbsd-compat/sha2.c] First stab at portability glue for SHA256
    KEX support, should work with libc SHA256 support or OpenSSL
    EVP_sha256 if present
+ - (djm) [includes.h] Restore accidentally dropped netinet/in.h
 
 20060313
  - (dtucker) [configure.ac] Bug #1171: Don't use printf("%lld", longlong)
index c3da49ebd7f5d1aa5f600c59dd479e26eb552e65..800d23e90b18b95476bcdeeb59e150443aee5f6a 100644 (file)
@@ -125,6 +125,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
 #include <sys/ptms.h>  /* for grantpt() and friends */
 #endif
 
+#include <netinet/in.h>
 #include <netinet/in_systm.h> /* For typedefs */
 #include <arpa/inet.h>
 #if defined(HAVE_NETDB_H)
This page took 0.046384 seconds and 5 git commands to generate.