diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 23:28:33 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1997-07-17 23:28:33 +0000 |
commit | 0cf16fc31fc22ae102d914beb3beea7e4b52a44c (patch) | |
tree | c0754880eee72149610ee5f0daa3ee632f682d11 /sys/arch/i386 | |
parent | 0eb5637572e8725612cb9340886b3627b79cd526 (diff) |
includes
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/stand/libsa/debug_aout.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/stand/libsa/debug_aout.c b/sys/arch/i386/stand/libsa/debug_aout.c index b410b7fac55..78cb9a5c771 100644 --- a/sys/arch/i386/stand/libsa/debug_aout.c +++ b/sys/arch/i386/stand/libsa/debug_aout.c @@ -1,4 +1,4 @@ -/* $OpenBSD: debug_aout.c,v 1.1 1997/04/01 04:52:46 mickey Exp $ */ +/* $OpenBSD: debug_aout.c,v 1.2 1997/07/17 23:28:32 mickey Exp $ */ /* * Copyright (c) 1997 Michael Shalayeff @@ -32,9 +32,9 @@ * */ -#include <stand.h> -#include <debug.h> +#include <lib/libsa/stand.h> #include <sys/exec.h> +#include "debug.h" int aout_init() |