emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tmp e31287e: Fix implicit declaration of getenv and atol


From: Andreas Schwab
Subject: tmp e31287e: Fix implicit declaration of getenv and atol
Date: Wed, 15 Jan 2020 04:12:00 -0500 (EST)

branch: tmp
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>
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]