diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-21 15:41:56 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-21 15:41:56 +0000 |
commit | d0c6f6610bb0afc665c418cebf70f95b97e854ab (patch) | |
tree | ce05e7892d6bbf6ee753740f91bc927521f0d514 | |
parent | cf460de5fcf0ad6a1b169bbe1921944045751732 (diff) |
proper include
-rw-r--r-- | sys/arch/i386/stand/libsa/machdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/machdep.c b/sys/arch/i386/stand/libsa/machdep.c index 94f69f7df24..c53b47a371c 100644 --- a/sys/arch/i386/stand/libsa/machdep.c +++ b/sys/arch/i386/stand/libsa/machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: machdep.c,v 1.2 1997/07/18 01:03:55 mickey Exp $ */ +/* $OpenBSD: machdep.c,v 1.3 1997/07/21 15:41:55 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -32,7 +32,7 @@ * */ -#include <i386/stand/libsa/libsa.h> +#include "libsa.h" #include <machine/biosvar.h> #include <machine/apmvar.h> #include "debug.h" |