Skip to content

Commit 24b90ee

Browse files
MirkoCovizzilemrey
authored andcommitted
include: bm_zms: add missing atomic.h include
Adds missing include for `atomic.h`. Signed-off-by: Mirko Covizzi <[email protected]>
1 parent 196d1a2 commit 24b90ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/bm_zms.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define ZEPHYR_INCLUDE_FS_BM_ZMS_H_
1010

1111
#include <sys/types.h>
12+
#include <zephyr/sys/atomic.h>
1213
#include <stdbool.h>
1314
#include <bm_storage.h>
1415

0 commit comments

Comments
 (0)