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-28.0.90~7908^2~142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e31287e704a539ebef777d92e4d06d4b1d912b2a;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