rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts

This commit is contained in:
Gregory Nutt
2016-04-03 13:35:01 -06:00
parent a44b0798e2
commit 4fbd79d1a8
3 changed files with 4 additions and 2 deletions
+2
View File
@@ -49,6 +49,8 @@
#include <nuttx/compiler.h>
#include <stdbool.h>
#include <signal.h>
#include <time.h>
#include <nuttx/fs/ioctl.h>