mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Include <stdlib.h> to get abort() prototype.
This commit is contained in:
parent
feb43b1c96
commit
864dbc1065
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124769
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user