From 198ff3e9be7c1410db734cd49b27ab60b8e4aa5b Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 4 Mar 2022 21:09:24 +0100 Subject: Add stat.h to editor Fix on openbsd: `src/tools/editor.c:55:36: error: 'S_IRWXU' undeclared (first use in this function)` --- src/tools/editor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/editor.c b/src/tools/editor.c index e479db23..10c5c7d4 100644 --- a/src/tools/editor.c +++ b/src/tools/editor.c @@ -35,6 +35,7 @@ */ #include +#include #include #include #include -- cgit 1.4.1-2-gfad0