diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2012-08-25 08:09:37 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2012-08-25 08:09:37 +0000 |
| commit | 8122a592ee1f7b59c3acf87d50fc5eec98c4732c (patch) | |
| tree | 724e374d353b570b857fcf7c5f764dd73af66ef2 /sys/dev/syscons/schistory.c | |
| parent | 431735d0c34e340a050d715a132338f70d8afa80 (diff) | |
Notes
Diffstat (limited to 'sys/dev/syscons/schistory.c')
| -rw-r--r-- | sys/dev/syscons/schistory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/schistory.c b/sys/dev/syscons/schistory.c index 8eefb004a16d..cb8cfe9f69b6 100644 --- a/sys/dev/syscons/schistory.c +++ b/sys/dev/syscons/schistory.c @@ -42,7 +42,7 @@ __FBSDID("$FreeBSD$"); #include <sys/kernel.h> #include <sys/malloc.h> -#if defined(__sparc64__) || defined(__powerpc__) +#if defined(__sparc64__) || defined(__powerpc__) || defined(__mips__) #include <machine/sc_machdep.h> #else #include <machine/pc/display.h> |
