Include stdlib.h for the NULL macro

This commit is contained in:
Adam Dunkels 2011-08-31 21:56:28 +02:00
parent 69d262af5b
commit add8367947

View file

@ -39,6 +39,7 @@
*/
#include "sys/clock.h"
#include <stdlib.h>
#include <sys/time.h>
static long startsecs=0,startmsecs=0;