Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/stand/common actually include <net/if_ether.h...
details: https://anonhg.NetBSD.org/src/rev/6c48f50b204a
branches: trunk
changeset: 471722:6c48f50b204a
user: drochner <drochner%NetBSD.org@localhost>
date: Fri Apr 09 09:34:13 1999 +0000
description:
actually include <net/if_ether.h> to get these constants
diffstat:
sys/arch/hp300/stand/common/if_le.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 71823ee7fc72 -r 6c48f50b204a sys/arch/hp300/stand/common/if_le.c
--- a/sys/arch/hp300/stand/common/if_le.c Fri Apr 09 09:32:51 1999 +0000
+++ b/sys/arch/hp300/stand/common/if_le.c Fri Apr 09 09:34:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_le.c,v 1.3 1999/03/25 23:12:10 thorpej Exp $ */
+/* $NetBSD: if_le.c,v 1.4 1999/04/09 09:34:13 drochner Exp $ */
/*
* Copyright (c) 1993 Adam Glass
@@ -34,6 +34,7 @@
#include <sys/param.h>
#include <sys/types.h>
+#include <net/if_ether.h>
#include <netinet/in.h>
#include <netinet/in_systm.h>
Home |
Main Index |
Thread Index |
Old Index