diff options
author | marcel <marcel@FreeBSD.org> | 2007-06-10 16:32:08 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2007-06-10 16:32:08 +0000 |
commit | 04e1377efe2f5b2f45bf05519aabdc394d0892f3 (patch) | |
tree | 5eca37fd02ddc2b0394f8a1df809c357dc1a912b /lib/libc/powerpc | |
parent | 7c6891be0ffe32d2918c4b830f90ce3028dc9e22 (diff) | |
download | FreeBSD-src-04e1377efe2f5b2f45bf05519aabdc394d0892f3.zip FreeBSD-src-04e1377efe2f5b2f45bf05519aabdc394d0892f3.tar.gz |
Fix bogon in previous commit: <machine/cpu.h> is still needed.
Diffstat (limited to 'lib/libc/powerpc')
-rw-r--r-- | lib/libc/powerpc/gen/syncicache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c index 9926d9a..02ab938 100644 --- a/lib/libc/powerpc/gen/syncicache.c +++ b/lib/libc/powerpc/gen/syncicache.c @@ -44,6 +44,7 @@ static const char rcsid[] = #endif #include <sys/sysctl.h> +#include <machine/cpu.h> #include <machine/md_var.h> #if defined(_KERNEL) || defined(_STANDALONE) |