From 62f185c85e0fa256b8ea66bbcf7a6ff729349804 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sat, 19 Feb 2005 15:47:44 +0000 Subject: [PATCH] Fix #include. Noticed by: Gary Allan --- sys/dev/netif/snc/if_snc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/netif/snc/if_snc.c b/sys/dev/netif/snc/if_snc.c index ace5a7889b..250fa59142 100644 --- a/sys/dev/netif/snc/if_snc.c +++ b/sys/dev/netif/snc/if_snc.c @@ -25,7 +25,7 @@ * SUCH DAMAGE. * * $FreeBSD: src/sys/dev/snc/if_snc.c,v 1.2.2.1 2000/10/21 03:30:03 nyan Exp $ - * $DragonFly: src/sys/dev/netif/snc/Attic/if_snc.c,v 1.4 2003/11/20 22:07:31 dillon Exp $ + * $DragonFly: src/sys/dev/netif/snc/Attic/if_snc.c,v 1.5 2005/02/19 15:47:44 swildner Exp $ */ /* @@ -59,7 +59,7 @@ #include #include "opt_bdg.h" #ifdef BRIDGE -#include +#include #endif #include "dp83932reg.h" -- 2.41.0