projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e4510
)
Fix implicit declaration of getenv and atol
author
Andreas Schwab
<schwab@linux-m68k.org>
Wed, 15 Jan 2020 09:02:10 +0000
(10:02 +0100)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Tue, 3 Mar 2020 18:42:17 +0000
(19:42 +0100)
* src/gtkutil.c: Include <stdlib.h>.
src/gtkutil.c
patch
|
blob
|
history
diff --git
a/src/gtkutil.c
b/src/gtkutil.c
index 6308c38f1644b35e39907d8ed43b05a39da6fb80..5e7cf3d21148082de68f5d68a499a69f95e40e1f 100644
(file)
--- 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>