mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 03:10:09 +00:00
testsuite/gsk/test-render-nodes.c: Include <stdlib.h>
This is so that the compiler won't complain about our use of exit() https://bugzilla.gnome.org/show_bug.cgi?id=773299
This commit is contained in:
parent
a601e5d10e
commit
5b9177f53b
@ -21,6 +21,7 @@
|
||||
#include <string.h>
|
||||
#include <glib/gstdio.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <stdlib.h>
|
||||
#include "reftest-compare.h"
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user