From: Colin Clark Date: Wed, 22 Sep 2021 13:15:07 +0000 (+0100) Subject: errno.h and Ubuntu 20.04 X-Git-Tag: v1.7~51 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=54480afd01dd67b098ed56e060b99e0f2a9c73d8 errno.h and Ubuntu 20.04 On Ubuntu 20.04 errno.h must be explicitly included. --- 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