From 72db5610de396bc832231dd42dc9816734a1d750 Mon Sep 17 00:00:00 2001 From: Doug Evans Date: Fri, 6 Feb 1998 03:11:44 +0000 Subject: [PATCH] Prepend sky- to sky header file names. --- sim/mips/sky-vu1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim/mips/sky-vu1.c b/sim/mips/sky-vu1.c index 0c58952db51..fcf026c41f8 100644 --- a/sim/mips/sky-vu1.c +++ b/sim/mips/sky-vu1.c @@ -174,7 +174,7 @@ vu1_init(SIM_DESC sd) #include #include #include -#include "libvpe.h" +#include "sky-libvpe.h" char ifilename[64] = "vu.bin"; char ofilename[64] = ""; -- 2.30.2