From f2d40eda891ba7e18721ea780823164bb3ddd4d3 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Sat, 16 Apr 2016 16:57:11 -0700 Subject: [PATCH] platform: include gstdio for g_unlink(). --- lib/sp-platform.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/sp-platform.c b/lib/sp-platform.c index b70fe073..d41f6da6 100644 --- a/lib/sp-platform.c +++ b/lib/sp-platform.c @@ -16,6 +16,8 @@ * along with this program. If not, see . */ +#include +#include #include #include