From 54480afd01dd67b098ed56e060b99e0f2a9c73d8 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Wed, 22 Sep 2021 14:15:07 +0100 Subject: [PATCH] errno.h and Ubuntu 20.04 On Ubuntu 20.04 errno.h must be explicitly included. --- src/misc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/misc.c b/src/misc.c index a5a0e658..c117b681 100644 --- a/src/misc.c +++ b/src/misc.c @@ -22,6 +22,7 @@ #include "misc.h" #include "ui_fileops.h" +#include #include #include -- 2.20.1