mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-25 11:27:53 +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/gslist.h>
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
Reference in New Issue
Block a user