From 108c423d7071dd110fbe4204394011b035edaea4 Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Wed, 28 Jul 2021 15:10:37 +0800 Subject: [PATCH] compose-parse.c: Include stdlib.h That is needed for exit(), and it may not have been included by the other headers. --- gtk/compose/compose-parse.c | 1 + 1 file changed, 1 insertion(+) 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.