From: Keith Bostic Date: Thu, 3 Sep 1992 02:54:55 +0000 (-0800) Subject: add luna68k X-Git-Tag: BSD-4_4-Snapshot-Development~4864 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/4f52167796a4b064d3a5beeaf17dd511324152c5 add luna68k SCCS-vsn: usr.bin/gprof/gprof.h 5.14 --- diff --git a/usr/src/usr.bin/gprof/gprof.h b/usr/src/usr.bin/gprof/gprof.h index c282338e83..2febc2a994 100644 --- a/usr/src/usr.bin/gprof/gprof.h +++ b/usr/src/usr.bin/gprof/gprof.h @@ -4,7 +4,7 @@ * * %sccs.include.redist.c% * - * @(#)gprof.h 5.13 (Berkeley) %G% + * @(#)gprof.h 5.14 (Berkeley) %G% */ #include @@ -27,6 +27,9 @@ #if hp300 # include "hp300.h" #endif +#if luna68k +# include "luna68k.h" +#endif #if i386 # include "i386.h" #endif