diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-09-29 22:43:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2008-09-29 22:43:46 +0000 |
commit | 9ecf3ed8cfbf5347762426cc1a3e9d98947f579e (patch) | |
tree | fee439d0939506b6623037460d7b058d8c3b0ec4 /sys/dev/pci | |
parent | f109c732f9235ec0e15226ec76d3191768ceaa5f (diff) |
always need the vlan includes; ok jsg
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_jme.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_jme.c b/sys/dev/pci/if_jme.c index 9fcd90cbe15..1403a69b9b2 100644 --- a/sys/dev/pci/if_jme.c +++ b/sys/dev/pci/if_jme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_jme.c,v 1.2 2008/09/27 13:03:30 jsg Exp $ */ +/* $OpenBSD: if_jme.c,v 1.3 2008/09/29 22:43:45 deraadt Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> * All rights reserved. @@ -58,10 +58,8 @@ #include <netinet/if_ether.h> #endif -#if NVLAN > 0 #include <net/if_types.h> #include <net/if_vlan_var.h> -#endif #if NBPFILTER > 0 #include <net/bpf.h> |