summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-06-10 16:32:08 +0000
committermarcel <marcel@FreeBSD.org>2007-06-10 16:32:08 +0000
commit04e1377efe2f5b2f45bf05519aabdc394d0892f3 (patch)
tree5eca37fd02ddc2b0394f8a1df809c357dc1a912b
parent7c6891be0ffe32d2918c4b830f90ce3028dc9e22 (diff)
downloadFreeBSD-src-04e1377efe2f5b2f45bf05519aabdc394d0892f3.zip
FreeBSD-src-04e1377efe2f5b2f45bf05519aabdc394d0892f3.tar.gz
Fix bogon in previous commit: <machine/cpu.h> is still needed.
-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 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)
OpenPOWER on IntegriCloud