From: Andreas Schwab Date: Wed, 15 Jan 2020 09:02:10 +0000 (+0100) Subject: Fix implicit declaration of getenv and atol X-Git-Tag: emacs-27.0.91~138 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=add0610ec9;p=emacs.git Fix implicit declaration of getenv and atol * src/gtkutil.c: Include . --- diff --git a/src/gtkutil.c b/src/gtkutil.c index 6308c38f164..5e7cf3d2114 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -22,6 +22,7 @@ along with GNU Emacs. If not, see . */ #ifdef USE_GTK #include #include +#include #include