[gtk/compose-parse-msvc] compose-parse.c: Include stdlib.h




commit 108c423d7071dd110fbe4204394011b035edaea4
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Jul 28 15:10:37 2021 +0800

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]