mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-25 21:21:21 +00:00
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:
parent
dded10a396
commit
108c423d70
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user