From 75e2056f8fc28c90eab02f2ad61f4f148b6417e8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 1 Feb 2018 19:37:54 +0100 Subject: [PATCH] Add missing include for free(3) --- src/plugins/volumes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/plugins/volumes.c b/src/plugins/volumes.c index a33ed7e..60f242a 100644 --- a/src/plugins/volumes.c +++ b/src/plugins/volumes.c @@ -30,6 +30,7 @@ #include +#include #include #include #include