diff options
author | Doug Evans <dje@google.com> | 1998-02-06 03:11:44 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 1998-02-06 03:11:44 +0000 |
commit | 72db5610de396bc832231dd42dc9816734a1d750 (patch) | |
tree | cf2efc3e2b663b2ff8a7ec957b0d2a3dc4e8601d /sim | |
parent | 1931ea8d43d508683992517e218dafc0cf5aeaf6 (diff) | |
download | gdb-72db5610de396bc832231dd42dc9816734a1d750.zip gdb-72db5610de396bc832231dd42dc9816734a1d750.tar.gz gdb-72db5610de396bc832231dd42dc9816734a1d750.tar.bz2 |
Prepend sky- to sky header file names.
Diffstat (limited to 'sim')
-rw-r--r-- | sim/mips/sky-vu1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/mips/sky-vu1.c b/sim/mips/sky-vu1.c index 0c58952..fcf026c 100644 --- a/sim/mips/sky-vu1.c +++ b/sim/mips/sky-vu1.c @@ -174,7 +174,7 @@ vu1_init(SIM_DESC sd) #include <stdio.h> #include <sys/types.h> #include <strings.h> -#include "libvpe.h" +#include "sky-libvpe.h" char ifilename[64] = "vu.bin"; char ofilename[64] = ""; |