diff options
Diffstat (limited to 'sys/arch/hp300/stand/if_le.c')
-rw-r--r-- | sys/arch/hp300/stand/if_le.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/stand/if_le.c b/sys/arch/hp300/stand/if_le.c index 12cea60a0ef..3ef7a0d32ba 100644 --- a/sys/arch/hp300/stand/if_le.c +++ b/sys/arch/hp300/stand/if_le.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_le.c,v 1.7 1995/10/19 18:43:27 thorpej Exp $ */ +/* $NetBSD: if_le.c,v 1.8 1996/01/01 18:10:54 thorpej Exp $ */ /* * Copyright (c) 1993 Adam Glass @@ -40,7 +40,7 @@ #include <lib/libsa/netif.h> #include <hp300/dev/device.h> -#include <hp300/dev/if_lereg.h> +#include <hp300/stand/if_lereg.h> #include "samachdep.h" |