aboutsummaryrefslogtreecommitdiffstats
path: root/src/gtkutil.c
diff options
context:
space:
mode:
authorAndreas Schwab2020-01-15 10:02:10 +0100
committerAndreas Schwab2020-01-15 10:11:24 +0100
commite31287e704a539ebef777d92e4d06d4b1d912b2a (patch)
tree03b119260a7c7f8450c0f5ea1168473a83399b42 /src/gtkutil.c
parent06caa3b7e5e9fe91b6918f8567adbd5501d6dbdd (diff)
downloademacs-tmp.tar.gz
emacs-tmp.zip
Fix implicit declaration of getenv and atoltmp
* src/gtkutil.c: Include <stdlib.h>.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r--src/gtkutil.c1
1 files changed, 1 insertions, 0 deletions
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 <https://www.gnu.org/licenses/>. */
22#ifdef USE_GTK 22#ifdef USE_GTK
23#include <float.h> 23#include <float.h>
24#include <stdio.h> 24#include <stdio.h>
25#include <stdlib.h>
25 26
26#include <c-ctype.h> 27#include <c-ctype.h>
27 28