Skip to content

Commit 6bac0c6

Browse files
committed
Add missing header for general unix compat
S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH are defined in <sys/stat.h> as per POSIX
1 parent 334be97 commit 6bac0c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platforms/Cross/plugins/FilePlugin/sqFilePluginBasicPrims.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535

3636
#ifndef NO_STD_FILE_SUPPORT
3737

38+
#include <sys/stat.h>
3839
#include <fcntl.h>
3940
#include <limits.h>
4041
#include <stdio.h>

0 commit comments

Comments
 (0)