Skip to content

Commit

Permalink
fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
hujun260 authored and xiaoxiang781216 committed Dec 24, 2024
1 parent 045b867 commit 0c7ec92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/nuttx/wdog.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@

#include <nuttx/compiler.h>
#include <nuttx/clock.h>
#include <nuttx/irq.h>
#include <stdint.h>

/****************************************************************************
Expand Down
4 changes: 4 additions & 0 deletions sched/sched/sched_processtimer.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@
# include <nuttx/board.h>
#endif

#ifdef CONFIG_CLOCK_TIMEKEEPING
# include "clock/clock_timekeeping.h"
#endif

#include "sched/sched.h"
#include "wdog/wdog.h"
#include "clock/clock.h"
Expand Down

0 comments on commit 0c7ec92

Please sign in to comment.