Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet make standalone



details:   https://anonhg.NetBSD.org/src/rev/0b5972c7557a
branches:  trunk
changeset: 772549:0b5972c7557a
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 07 20:20:22 2012 +0000

description:
make standalone

diffstat:

 sys/netinet/tcp.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r ac6a7b1e8f46 -r 0b5972c7557a sys/netinet/tcp.h
--- a/sys/netinet/tcp.h Sat Jan 07 20:20:12 2012 +0000
+++ b/sys/netinet/tcp.h Sat Jan 07 20:20:22 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tcp.h,v 1.29 2011/12/11 23:56:10 christos Exp $        */
+/*     $NetBSD: tcp.h,v 1.30 2012/01/07 20:20:22 christos Exp $        */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -37,6 +37,7 @@
 #include <sys/featuretest.h>
 
 #if defined(_NETBSD_SOURCE)
+#include <sys/types.h>
 
 typedef uint32_t tcp_seq;
 /*



Home | Main Index | Thread Index | Old Index