diff options
| author | pooka <pooka@NetBSD.org> | 2014-01-02 18:52:04 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2014-01-02 18:52:04 +0000 |
| commit | fa0fef0872c0bc9f7ea45e38ca0b0db8e564e5b2 (patch) | |
| tree | 7ae05ea9c1af690cea00721b4d9d7bf593aa1203 /sys/netinet | |
| parent | 5146a86e9343fd8c0796502861e6f09fe0593d17 (diff) | |
need atomic.h, from uwe
Diffstat (limited to 'sys/netinet')
| -rw-r--r-- | sys/netinet/tcp_subr.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c index b58e8bca73b..73f8d3fef8a 100644 --- a/sys/netinet/tcp_subr.c +++ b/sys/netinet/tcp_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: tcp_subr.c,v 1.253 2014/01/02 18:29:01 pooka Exp $ */ +/* $NetBSD: tcp_subr.c,v 1.254 2014/01/02 18:52:04 pooka Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -91,7 +91,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.253 2014/01/02 18:29:01 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.254 2014/01/02 18:52:04 pooka Exp $"); #include "opt_inet.h" #include "opt_ipsec.h" @@ -100,6 +100,7 @@ __KERNEL_RCSID(0, "$NetBSD: tcp_subr.c,v 1.253 2014/01/02 18:29:01 pooka Exp $") #include "opt_mbuftrace.h" #include <sys/param.h> +#include <sys/atomic.h> #include <sys/proc.h> #include <sys/systm.h> #include <sys/malloc.h> |
