os/time: include time.h in os/time.h

Include what you use, also in the positive direction.
This commit is contained in:
Nicolas Hillegeer 2014-07-19 14:36:21 +02:00 committed by Justin M. Keyes
parent a9d679b1d7
commit 8d44e36b1a

View File

@ -3,6 +3,7 @@
#include <stdint.h>
#include <stdbool.h>
#include <time.h>
#ifdef INCLUDE_GENERATED_DECLARATIONS
# include "os/time.h.generated.h"