Module Name:    src
Committed By:   christos
Date:           Sat Jan  7 20:20:22 UTC 2012

Modified Files:
        src/sys/netinet: tcp.h

Log Message:
make standalone


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/netinet/tcp.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/netinet/tcp.h
diff -u src/sys/netinet/tcp.h:1.29 src/sys/netinet/tcp.h:1.30
--- src/sys/netinet/tcp.h:1.29	Sun Dec 11 18:56:10 2011
+++ src/sys/netinet/tcp.h	Sat Jan  7 15:20:22 2012
@@ -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;
 /*

Reply via email to