diff options
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 12dd55c..e613f3a 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; |