mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
gtestutils: Include stdlib.h for exit function
This fixes warning: implicit declaration of function 'exit'
This commit is contained in:
parent
497aba96f1
commit
3c841f18c1
@ -28,6 +28,7 @@
|
||||
#include <glib/gerror.h>
|
||||
#include <glib/gslist.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user