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:
Philip Withnall 2017-12-13 12:03:52 +00:00
parent 12fa92dcfa
commit 6a597f93f6

View File

@ -27,6 +27,7 @@
#include <glib/gstring.h>
#include <glib/gerror.h>
#include <glib/gslist.h>
#include <string.h>
G_BEGIN_DECLS