1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

Include <stdlib.h> to get abort() prototype.

This commit is contained in:
Peter Grehan 2004-01-21 05:04:25 +00:00
parent feb43b1c96
commit 864dbc1065
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124769

View File

@ -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;