summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2004-01-21 05:04:25 +0000
committergrehan <grehan@FreeBSD.org>2004-01-21 05:04:25 +0000
commit6edaeaeefa6395a99199f8d75a7c77a895ad879d (patch)
tree9373033e7b4dc069f6399d8c82a72bc06d4e7b52 /lib
parent4ddbc20ea66a532b11ed5112623b672859f07b08 (diff)
downloadFreeBSD-src-6edaeaeefa6395a99199f8d75a7c77a895ad879d.zip
FreeBSD-src-6edaeaeefa6395a99199f8d75a7c77a895ad879d.tar.gz
Include <stdlib.h> to get abort() prototype.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/powerpc/gen/syncicache.c2
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;
OpenPOWER on IntegriCloud