projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dded10a
)
compose-parse.c: Include stdlib.h
author
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 28 Jul 2021 07:10:37 +0000
(15:10 +0800)
committer
Chun-wei Fan
<fanchunwei@src.gnome.org>
Wed, 28 Jul 2021 07:18:36 +0000
(15:18 +0800)
That is needed for exit(), and it may not have been included by the
other headers.
gtk/compose/compose-parse.c
patch
|
blob
|
history
diff --git
a/gtk/compose/compose-parse.c
b/gtk/compose/compose-parse.c
index e80b270453d102f6ef31f3a722038f2515956163..7a3d511132d7e0fddd8d90149aeb311ac16f90c1 100644
(file)
--- a/
gtk/compose/compose-parse.c
+++ b/
gtk/compose/compose-parse.c
@@
-1,6
+1,7
@@
#include <gtk/gtk.h>
#include "gtk/gtkcomposetable.h"
#include <locale.h>
+#include <stdlib.h>
/* This program reads a Compose file and generates files with sequences,
* character data, and definitions for the builtin compose table of GTK.