Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet make this standalone, like every others (except ...



details:   https://anonhg.NetBSD.org/src/rev/0ec70fbb7c07
branches:  trunk
changeset: 782432:0ec70fbb7c07
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Nov 02 21:00:23 2012 +0000

description:
make this standalone, like every others (except OpenBSD)

diffstat:

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

diffs (17 lines):

diff -r a3e092bd9619 -r 0ec70fbb7c07 sys/netinet/ip.h
--- a/sys/netinet/ip.h  Fri Nov 02 20:55:01 2012 +0000
+++ b/sys/netinet/ip.h  Fri Nov 02 21:00:23 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ip.h,v 1.32 2011/07/24 18:06:08 christos Exp $ */
+/*     $NetBSD: ip.h,v 1.33 2012/11/02 21:00:23 christos Exp $ */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -34,6 +34,7 @@
 #ifndef _NETINET_IP_H_
 #define _NETINET_IP_H_
 
+#include <netinet/systm.h>     /* for n_time */
 /*
  * Definitions for internet protocol version 4.
  * Per RFC 791, September 1981.



Home | Main Index | Thread Index | Old Index