diff options
| author | Peter Grehan <grehan@FreeBSD.org> | 2004-01-21 05:04:25 +0000 |
|---|---|---|
| committer | Peter Grehan <grehan@FreeBSD.org> | 2004-01-21 05:04:25 +0000 |
| commit | 864dbc1065ba2b247a6c663460ec756286023fa1 (patch) | |
| tree | 9373033e7b4dc069f6399d8c82a72bc06d4e7b52 /lib/libc | |
| parent | feb43b1c968f5112a41a39272b229e7ae7bc25a0 (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/powerpc/gen/syncicache.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/powerpc/gen/syncicache.c b/lib/libc/powerpc/gen/syncicache.c index 12dd55cb9c82..e613f3a50985 100644 --- a/lib/libc/powerpc/gen/syncicache.c +++ b/lib/libc/powerpc/gen/syncicache.c @@ -51,6 +51,8 @@ static const char rcsid[] = #error "Must know the size of a cache line" #endif #else +#include <stdlib.h> + static void getcachelinesize(void); static int _cachelinesize; |
