diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2015-11-24 17:11:41 +0000 |
commit | 4a744430c172381cee12e1e8fae5bab2f848044d (patch) | |
tree | f810a453e46dfd8a09a245d190e20a50e6b80871 /sys/arch/hppa/gsc | |
parent | 0acdbc67a3ded82bf510f4bf399ae31ae655fcbf (diff) |
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Diffstat (limited to 'sys/arch/hppa/gsc')
-rw-r--r-- | sys/arch/hppa/gsc/if_ie_gsc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/gsc/if_ie_gsc.c b/sys/arch/hppa/gsc/if_ie_gsc.c index b2e0e2a9a99..43029d1cd2d 100644 --- a/sys/arch/hppa/gsc/if_ie_gsc.c +++ b/sys/arch/hppa/gsc/if_ie_gsc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie_gsc.c,v 1.28 2015/11/24 13:33:18 mpi Exp $ */ +/* $OpenBSD: if_ie_gsc.c,v 1.29 2015/11/24 17:11:38 mpi Exp $ */ /* * Copyright (c) 1998-2004 Michael Shalayeff @@ -41,7 +41,6 @@ #include <sys/sockio.h> #include <net/if.h> -#include <net/if_dl.h> #include <net/if_media.h> #include <netinet/in.h> |