summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.h
diff options
context:
space:
mode:
authorTed Unangst <tedu@cvs.openbsd.org>2014-12-26 05:46:33 +0000
committerTed Unangst <tedu@cvs.openbsd.org>2014-12-26 05:46:33 +0000
commit41c24184314afe13866a67ef9d8bd3443e3bb699 (patch)
treeba8b4631da0379df74fb0c3ab9b080fb3a63180f /sys/dev/pci/if_em.h
parent6115a1956a6e9fe2a4c2baa474d04382e9701532 (diff)
unifdef INET. missed a few headers in previous rounds
Diffstat (limited to 'sys/dev/pci/if_em.h')
-rw-r--r--sys/dev/pci/if_em.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_em.h b/sys/dev/pci/if_em.h
index f85af705c35..65e5a6a6ea2 100644
--- a/sys/dev/pci/if_em.h
+++ b/sys/dev/pci/if_em.h
@@ -32,7 +32,7 @@ POSSIBILITY OF SUCH DAMAGE.
***************************************************************************/
/* $FreeBSD: if_em.h,v 1.26 2004/09/01 23:22:41 pdeuskar Exp $ */
-/* $OpenBSD: if_em.h,v 1.53 2014/07/22 13:12:11 mpi Exp $ */
+/* $OpenBSD: if_em.h,v 1.54 2014/12/26 05:46:32 tedu Exp $ */
#ifndef _EM_H_DEFINED_
#define _EM_H_DEFINED_
@@ -54,13 +54,11 @@ POSSIBILITY OF SUCH DAMAGE.
#include <net/if_dl.h>
#include <net/if_media.h>
-#ifdef INET
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/if_ether.h>
#include <netinet/tcp.h>
#include <netinet/udp.h>
-#endif
#if NVLAN > 0
#include <net/if_types.h>