From: Andreas Schwab Date: Wed, 15 Jan 2020 09:02:10 +0000 (+0100) Subject: Fix implicit declaration of getenv and atol X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~19^2~379 X-Git-Url: https://dgit.raspbian.org/?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