compose-parse.c: Include stdlib.h

That is needed for exit(), and it may not have been included by the
other headers.
This commit is contained in:
Chun-wei Fan 2021-07-28 15:10:37 +08:00
parent dded10a396
commit 108c423d70

View 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.