From 457fcee54828527ee2a6819cac2b51892b673069 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 18 Nov 2020 09:04:15 -0500 Subject: stat: #include for syscall() when needed --- stat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stat.c') diff --git a/stat.c b/stat.c index 91cf765..fbbb002 100644 --- a/stat.c +++ b/stat.c @@ -29,6 +29,7 @@ #elif __linux__ # include # include +# include #endif #if HAVE_STATX || defined(__NR_statx) -- cgit v1.2.3