aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/powerpc
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>2007-06-10 16:32:08 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>2007-06-10 16:32:08 +0000
commit0c94ac1cd7599359f3626ead618ca583d10fae79 (patch)
tree5eca37fd02ddc2b0394f8a1df809c357dc1a912b /lib/libc/powerpc
parentadb0d36d03f59f2912180fd5c77ce7277ec6b290 (diff)
downloadsrc-0c94ac1cd7599359f3626ead618ca583d10fae79.tar.gz
src-0c94ac1cd7599359f3626ead618ca583d10fae79.zip
Fix bogon in previous commit: <machine/cpu.h> is still needed.
Notes
Notes: svn path=/head/; revision=170506
Diffstat (limited to 'lib/libc/powerpc')
-rw-r--r--lib/libc/powerpc/gen/syncicache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c
index 9926d9a32d44..02ab938f508e 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)