From 9578b03bf64b445aa7f2699bd346e82888ca19d3 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 4 Mar 2022 14:26:18 +0100 Subject: [PATCH] Include errno header in editor.c --- src/tools/editor.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/editor.c b/src/tools/editor.c index 068f5e84..e479db23 100644 --- a/src/tools/editor.c +++ b/src/tools/editor.c @@ -35,8 +35,9 @@ */ #include -#include #include +#include +#include #include #include "config/files.h"