summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-06-22 16:24:34 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-06-22 16:24:34 +0200
commit2a6e8d9f3f0b9e4ace5984cd7342744e306a207e (patch)
tree1d3bbd42341e06ffb6570cfca13e97c75ba09544
parenta1868dcfc3b640d3273c450d790befc8632edc3a (diff)
downloadNetworkManager-2a6e8d9f3f0b9e4ace5984cd7342744e306a207e.tar.gz
glib-compat: include string.h
Needed for memmove().
-rw-r--r--include/nm-glib-compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/nm-glib-compat.h b/include/nm-glib-compat.h
index da4e2c2ce0..741d610319 100644
--- a/include/nm-glib-compat.h
+++ b/include/nm-glib-compat.h
@@ -23,6 +23,7 @@
#include <glib.h>
#include <glib-object.h>
+#include <string.h>
#ifdef __clang__