summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Borodin <andrew.borodin@gmail.com>2025-08-06 21:01:42 +0300
committerGitHub <noreply@github.com>2025-08-06 21:01:42 +0300
commit2f41edbdb68202f953ae3d3ee827a87bce5a2b27 (patch)
tree783ffec3c4def25b84d0ef80a8d9c93ceaf0a737 /src
parent73e808f49eab8c152b1d71e60439ff3f08168de7 (diff)
parent051fc5a67274684c04afc094c0c5454549f01877 (diff)
Merge pull request #4739 from MidnightCommander/4738_fix_gcc_432HEADorigin/masterorigin/HEADmasterfor-upstream
Ticket #4738: fix build with gcc 4.3.2 failing due to missing header
Diffstat (limited to 'src')
-rw-r--r--src/editor/editcmd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/editor/editcmd.c b/src/editor/editcmd.c
index ad5e20d07..2b1a8cc23 100644
--- a/src/editor/editcmd.c
+++ b/src/editor/editcmd.c
@@ -43,6 +43,7 @@
#include <string.h>
#include <sys/stat.h>
#include <stdlib.h>
+#include <errno.h>
#include "lib/global.h"
#include "lib/tty/tty.h"