Include <stdlib.h> to get abort() prototype.
This commit is contained in:
parent
feb43b1c96
commit
864dbc1065
@ -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…
x
Reference in New Issue
Block a user