From: Chun-wei Fan Date: Wed, 28 Jul 2021 07:10:37 +0000 (+0800) Subject: compose-parse.c: Include stdlib.h X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~1^2~58^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=108c423d7071dd110fbe4204394011b035edaea4;p=gtk4.git compose-parse.c: Include stdlib.h That is needed for exit(), and it may not have been included by the other headers. --- diff --git a/gtk/compose/compose-parse.c b/gtk/compose/compose-parse.c index e80b270453..7a3d511132 100644 --- a/gtk/compose/compose-parse.c +++ b/gtk/compose/compose-parse.c @@ -1,6 +1,7 @@ #include #include "gtk/gtkcomposetable.h" #include +#include /* This program reads a Compose file and generates files with sequences, * character data, and definitions for the builtin compose table of GTK.