Requires <net/if.h> to be compilable by itself.

This commit is contained in:
dholland 2012-09-30 05:08:08 +00:00
parent 42222eb321
commit 7bb3c82fdb

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_ether.h,v 1.58 2010/05/19 20:41:59 christos Exp $ */
/* $NetBSD: if_ether.h,v 1.59 2012/09/30 05:08:08 dholland Exp $ */
/*
* Copyright (c) 1982, 1986, 1993
@ -41,6 +41,10 @@
#include <sys/mbuf.h>
#endif
#ifndef _STANDALONE
#include <net/if.h>
#endif
/*
* Some basic Ethernet constants.
*/