glib-compat: include string.h

Needed for memmove().
This commit is contained in:
Lubomir Rintel 2015-06-22 16:24:34 +02:00
parent a1868dcfc3
commit 2a6e8d9f3f

View file

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