Skip to content

Commit ed52390

Browse files
committed
posix: aio: include sys/util.h for ZRESTRICT macro
Include sys/util.h from aio.h for the ZRESTRICT macro. Signed-off-by: Chris Friedt <[email protected]>
1 parent c9f149c commit ed52390

File tree

1 file changed

+2
-0
lines changed
  • include/zephyr/posix

1 file changed

+2
-0
lines changed

include/zephyr/posix/aio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <sys/types.h>
1212
#include <time.h>
1313

14+
#include <zephyr/sys/util.h>
15+
1416
#ifdef __cplusplus
1517
extern "C" {
1618
#endif

0 commit comments

Comments
 (0)