fix missing include for time
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
5b71aac2ed
commit
02684c54fb
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,8 @@
|
|||
#include <signal.h>
|
||||
#include <unistd.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
|
||||
#endif
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue