mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
gtestutils: Add missing include
memcmp() is used, which is declared in string.h. Include that. Signed-off-by: Philip Withnall <withnall@endlessm.com> https://bugzilla.gnome.org/show_bug.cgi?id=791532
This commit is contained in:
parent
12fa92dcfa
commit
6a597f93f6
@ -27,6 +27,7 @@
|
|||||||
#include <glib/gstring.h>
|
#include <glib/gstring.h>
|
||||||
#include <glib/gerror.h>
|
#include <glib/gerror.h>
|
||||||
#include <glib/gslist.h>
|
#include <glib/gslist.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user