Skip to content

Commit a645897

Browse files
mniestrojnashif
authored andcommitted
sys: sflist: include missing sys/__assert.h
__ASSERT() macro is used in sys/sflist.h while sys/__assert.h was not included. Fix that now. Signed-off-by: Marcin Niestroj <[email protected]>
1 parent 5649ea6 commit a645897

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/sys/sflist.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
#include <stddef.h>
2121
#include <stdbool.h>
22+
#include <sys/__assert.h>
2223
#include "list_gen.h"
2324

2425
#ifdef __cplusplus

0 commit comments

Comments
 (0)