From add0610ec9327c15ee933f571731401212328810 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Wed, 15 Jan 2020 10:02:10 +0100 Subject: [PATCH] Fix implicit declaration of getenv and atol * src/gtkutil.c: Include . --- src/gtkutil.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2