Should include time.h

This commit is contained in:
Gregory Nutt 2014-09-26 07:03:59 -06:00
parent 7455b4be53
commit 67cda62aea
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <time.h>
#include <poll.h>
#include <errno.h>
#include <assert.h>