diff options
| author | mycroft <mycroft@NetBSD.org> | 1996-02-02 18:59:16 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 1996-02-02 18:59:16 +0000 |
| commit | 0103e26fd8ea69be4f4098b5b9f8c36312e0b8dc (patch) | |
| tree | e4e3f983c42b2358c9278c49e599d98e5f1082cc /sys/dev/dec | |
| parent | 0ff0d71a2dcb119e09dbc5b6c2828298421c8755 (diff) | |
Fix #includes.
Diffstat (limited to 'sys/dev/dec')
| -rw-r--r-- | sys/dev/dec/qbus/uba.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/dec/qbus/uba.c b/sys/dev/dec/qbus/uba.c index 6540849f45b..99987daa42d 100644 --- a/sys/dev/dec/qbus/uba.c +++ b/sys/dev/dec/qbus/uba.c @@ -1,4 +1,4 @@ -/* $NetBSD: uba.c,v 1.13 1996/02/02 18:08:38 mycroft Exp $ */ +/* $NetBSD: uba.c,v 1.14 1996/02/02 18:59:34 mycroft Exp $ */ /* * Copyright (c) 1982, 1986 The Regents of the University of California. @@ -63,8 +63,8 @@ #include <machine/trap.h> #include <machine/frame.h> -#include "ubareg.h" -#include "ubavar.h" +#include <vax/uba/ubareg.h> +#include <vax/uba/ubavar.h> extern int cold; |
