compose-parse.c: Include stdlib.h
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 28 Jul 2021 07:10:37 +0000 (15:10 +0800)
committerChun-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

index e80b270453d102f6ef31f3a722038f2515956163..7a3d511132d7e0fddd8d90149aeb311ac16f90c1 100644 (file)
@@ -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.