Module Name:    src
Committed By:   dholland
Date:           Sun Sep 30 05:08:08 UTC 2012

Modified Files:
        src/sys/net: if_ether.h

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


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/net/if_ether.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/if_ether.h
diff -u src/sys/net/if_ether.h:1.58 src/sys/net/if_ether.h:1.59
--- src/sys/net/if_ether.h:1.58	Wed May 19 20:41:59 2010
+++ src/sys/net/if_ether.h	Sun Sep 30 05:08:08 2012
@@ -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.
  */

Reply via email to