From 55e4ab8dd6832e5d34e473cd12c2b5f0201f4c96 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 22 Jun 2015 16:24:34 +0200 Subject: [PATCH] glib-compat: include string.h Needed for memmove(). (cherry picked from commit 2a6e8d9f3f0b9e4ace5984cd7342744e306a207e) --- include/nm-glib-compat.h | 1 + 1 file changed, 1 insertion(+) 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 #include +#include #ifdef __clang__