rtc.h: Needs to include signal.h and time.h to avoid compile errors in certain contexts
This commit is contained in:
parent
a44b0798e2
commit
4fbd79d1a8
2
arch
2
arch
|
@ -1 +1 @@
|
|||
Subproject commit c4f77e7d8721f62631c4e90aeb4629db9c7cbee0
|
||||
Subproject commit a0f2a6a7955496da386ae7576fbc6e522116644f
|
2
configs
2
configs
|
@ -1 +1 @@
|
|||
Subproject commit a4597beafeaf73350c4ef1a0671f54e5fd8e7981
|
||||
Subproject commit 2fee7d85361d34343fa82807d45a62f37378ad5f
|
|
@ -49,6 +49,8 @@
|
|||
#include <nuttx/compiler.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <signal.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue