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
arch

@ -1 +1 @@
Subproject commit c4f77e7d8721f62631c4e90aeb4629db9c7cbee0
Subproject commit a0f2a6a7955496da386ae7576fbc6e522116644f

@ -1 +1 @@
Subproject commit a4597beafeaf73350c4ef1a0671f54e5fd8e7981
Subproject commit 2fee7d85361d34343fa82807d45a62f37378ad5f

View File

@ -49,6 +49,8 @@
#include <nuttx/compiler.h>
#include <stdbool.h>
#include <signal.h>
#include <time.h>
#include <nuttx/fs/ioctl.h>