glib-compat: include string.h

Needed for memmove().

(cherry picked from commit 2a6e8d9f3f)
This commit is contained in:
Lubomir Rintel 2015-06-22 16:24:34 +02:00
parent a8aed11cf0
commit 55e4ab8dd6

View file

@ -23,6 +23,7 @@
#include <glib.h>
#include <glib-object.h>
#include <string.h>
#ifdef __clang__