summaryrefslogtreecommitdiff
path: root/src/sys/stat/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/stat/fstat.c')
-rw-r--r--src/sys/stat/fstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sys/stat/fstat.c b/src/sys/stat/fstat.c
index c0276eda..33634dd0 100644
--- a/src/sys/stat/fstat.c
+++ b/src/sys/stat/fstat.c
@@ -1,6 +1,6 @@
#include "sys/types.h"
#include <sys/stat.h>
-#include "../../_syscall.h"
+#include "_syscall.h"
int fstat(int fildes, struct stat *buf)
{