[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master e31287e: Fix implicit declaration of getenv and atol
From: |
Andreas Schwab |
Subject: |
master e31287e: Fix implicit declaration of getenv and atol |
Date: |
Wed, 15 Jan 2020 04:12:53 -0500 (EST) |
branch: master
commit e31287e704a539ebef777d92e4d06d4b1d912b2a
Author: Andreas Schwab <address@hidden>
Commit: Andreas Schwab <address@hidden>
Fix implicit declaration of getenv and atol
* src/gtkutil.c: Include <stdlib.h>.
---
src/gtkutil.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/gtkutil.c b/src/gtkutil.c
index 6308c38..5e7cf3d 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/>. */
#ifdef USE_GTK
#include <float.h>
#include <stdio.h>
+#include <stdlib.h>
#include <c-ctype.h>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master e31287e: Fix implicit declaration of getenv and atol,
Andreas Schwab <=