Include stdlib.h for the NULL macro
This commit is contained in:
parent
69d262af5b
commit
add8367947
|
@ -39,6 +39,7 @@
|
|||
*/
|
||||
|
||||
#include "sys/clock.h"
|
||||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
static long startsecs=0,startmsecs=0;
|
||||
|
|
Loading…
Reference in a new issue