diff options
Diffstat (limited to 'Source/UnixUserland/stat.c')
-rw-r--r-- | Source/UnixUserland/stat.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/UnixUserland/stat.c b/Source/UnixUserland/stat.c new file mode 100644 index 0000000..1dada06 --- /dev/null +++ b/Source/UnixUserland/stat.c @@ -0,0 +1,2 @@ +#include <sys/stat.h> + |