Skip to content

Commit

Permalink
assert: add header files to resolve compile failed
Browse files Browse the repository at this point in the history
error: 'NULL' undecleard

Signed-off-by: ligd <[email protected]>
  • Loading branch information
GUIDINGLI committed Oct 11, 2024
1 parent af64506 commit 3190aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/assert.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
****************************************************************************/

#include <nuttx/compiler.h>
#include <sys/types.h>

/****************************************************************************
* Pre-processor Definitions
Expand Down

0 comments on commit 3190aa2

Please sign in to comment.