Skip to content

Commit cee9166

Browse files
cfriedtkartben
authored andcommitted
posix: options: mlockall: include toolchain header
Include the toolchain header because ARG_UNUSED() is not defined. Signed-off-by: Chris Friedt <[email protected]>
1 parent 0acea8d commit cee9166

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/posix/options/mlockall.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <sys/types.h>
1010

1111
#include <zephyr/posix/sys/mman.h>
12+
#include <zephyr/toolchain.h>
1213

1314
int mlockall(int flags)
1415
{

0 commit comments

Comments
 (0)