From: jsg Date: Fri, 14 Sep 2018 07:25:02 +0000 (+0000) Subject: unbreak userland uses of in_pcb.h by including sys/refcnt.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=518a1a65e9991b73a184f96662b7f08e5778ac04;p=openbsd unbreak userland uses of in_pcb.h by including sys/refcnt.h ok visa@ --- diff --git a/sys/netinet/in_pcb.h b/sys/netinet/in_pcb.h index a26b8a9e79e..984adb47a83 100644 --- a/sys/netinet/in_pcb.h +++ b/sys/netinet/in_pcb.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in_pcb.h,v 1.111 2018/09/13 19:53:58 bluhm Exp $ */ +/* $OpenBSD: in_pcb.h,v 1.112 2018/09/14 07:25:02 jsg Exp $ */ /* $NetBSD: in_pcb.h,v 1.14 1996/02/13 23:42:00 christos Exp $ */ /* @@ -65,6 +65,7 @@ #define _NETINET_IN_PCB_H_ #include +#include #include #include #include