fix missing include for time

Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
Andy Green 2014-02-28 09:09:17 +08:00
parent 5b71aac2ed
commit 02684c54fb

View file

@ -37,6 +37,8 @@
#include <signal.h>
#include <unistd.h>
#include <strings.h>
#include <time.h>
#endif
#include <stdio.h>
#include <stdlib.h>