summaryrefslogtreecommitdiff
path: root/src/stat/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat/stat.c')
-rw-r--r--src/stat/stat.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stat/stat.c b/src/stat/stat.c
index b4e62795..528870d2 100644
--- a/src/stat/stat.c
+++ b/src/stat/stat.c
@@ -1,6 +1,5 @@
#include <sys/stat.h>
#include <fcntl.h>
-#include "syscall.h"
int stat(const char *restrict path, struct stat *restrict buf)
{