Skip to content

Commit 41c397d

Browse files
committed
ADD Xtensa include macro
1 parent 4efd262 commit 41c397d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: filesystem/path.h

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@
3232
# include <linux/limits.h>
3333
#endif
3434

35+
#if defined(__XTENSA__)
36+
# include <limits.h>
37+
#endif
38+
3539
NAMESPACE_BEGIN(filesystem)
3640

3741
/**

0 commit comments

Comments
 (0)