From 26a64c7739d207265de59ab2749332f6d66b8faa Mon Sep 17 00:00:00 2001 From: Frederic Cambus Date: Mon, 26 Sep 2016 07:09:33 +0000 Subject: Move the net/bpf.h include within the #if NBPFILTER directive OK deraadt@ --- sys/dev/usb/if_cdce.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c index b093ae82a8f..eb3900a0cce 100644 --- a/sys/dev/usb/if_cdce.c +++ b/sys/dev/usb/if_cdce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_cdce.c,v 1.70 2016/04/13 11:03:37 mpi Exp $ */ +/* $OpenBSD: if_cdce.c,v 1.71 2016/09/26 07:09:32 fcambus Exp $ */ /* * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul @@ -52,8 +52,8 @@ #include -#include #if NBPFILTER > 0 +#include #endif #include -- cgit v1.2.3