nuttx-apps/system/nxinit
fangpeina 6fe0d930d1 system/nxinit: fix compilation errors in action.c
action.c uses clock_gettime(CLOCK_MONOTONIC, ...) but did not
pull in <nuttx/clock.h> directly, which fails to build on
configurations where the header is not transitively included.

Add the missing #include.

Signed-off-by: fangpeina <fangpeina@xiaomi.com>
2026-06-17 10:40:18 +02:00
..
action.c system/nxinit: fix compilation errors in action.c 2026-06-17 10:40:18 +02:00
action.h system/nxinit: Warning for long commands 2026-05-27 17:20:07 -03:00
builtin.c system/nxinit: Add exec_start support for action 2026-05-27 17:20:07 -03:00
builtin.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
CMakeLists.txt system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
import.c system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
import.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
init.c apps/nxinit: Fix uninitialized variable 2026-05-28 01:08:11 -03:00
init.h system/nxinit: Change LOG_DEBUG to LOG_USER 2026-05-27 17:20:07 -03:00
Kconfig apps/nxinit: Make init.rc file path configurable 2026-05-28 01:08:11 -03:00
Make.defs system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
Makefile system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
parser.c system/nxinit: Handle trailing file '\0' 2026-06-17 10:40:18 +02:00
parser.h system/nxinit: Add NuttX Init 2026-05-27 17:20:07 -03:00
service.c apps/nxinit: Fix service length error 2026-05-28 01:08:11 -03:00
service.h system/nxinit: Let use a define to define the class max cmds 2026-05-27 17:20:07 -03:00