demos/gtk-demo/listview*.c: Include stdlib.h

atoi() and qsort() both require this header for them to be defined
This commit is contained in:
Chun-wei Fan 2020-06-04 16:35:02 +08:00
parent acd9c12667
commit c370b8f309
2 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
#include <gtk/gtk.h>
#include <stdlib.h>
#define GTK_TYPE_COLOR (gtk_color_get_type ())
G_DECLARE_FINAL_TYPE (GtkColor, gtk_color, GTK, COLOR, GObject)

View File

@ -9,6 +9,8 @@
#include <gtk/gtk.h>
#include <stdlib.h>
/* Create an object that wraps GSettingsSchemaKey because that's a boxed type */
typedef struct _SettingsKey SettingsKey;
struct _SettingsKey