mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-05 13:19:21 +02:00
gtestutils: Include stdlib.h for exit function
This fixes warning: implicit declaration of function 'exit'
This commit is contained in:
@@ -28,6 +28,7 @@
|
|||||||
#include <glib/gerror.h>
|
#include <glib/gerror.h>
|
||||||
#include <glib/gslist.h>
|
#include <glib/gslist.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
Reference in New Issue
Block a user