posix: options: file_system_r: include sys/util.h header for MIN
Oddly, even though CI passed when the file_system_r change was merged, now CI has encountered a build error because MIN() was not defined. Include `<zephyr/sys/util.h>` to pull in the definition. Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
This commit is contained in:
parent
60ef84a48e
commit
6b103837a5
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include <zephyr/fs/fs.h>
|
||||
#include <zephyr/posix/posix_features.h>
|
||||
#include <zephyr/posix/dirent.h>
|
||||
#include <zephyr/sys/util.h>
|
||||
|
||||
int readdir_r(DIR *dirp, struct dirent *entry, struct dirent **result)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue