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

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;