From 60e251320e33240ea24611682f8ccdb4722a9010 Mon Sep 17 00:00:00 2001 From: Jörg Krause Date: Fri, 24 Apr 2015 22:51:47 +0200 Subject: recv_image: do not include error.h MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit recv_image does not use anything from it and it is not available with all C libraries, e.g. musl. Signed-off-by: Jörg Krause Signed-off-by: Brian Norris --- recv_image.c | 1 - 1 file changed, 1 deletion(-) diff --git a/recv_image.c b/recv_image.c index 26a8361..0093831 100644 --- a/recv_image.c +++ b/recv_image.c @@ -4,7 +4,6 @@ #define _BSD_SOURCE /* struct ip_mreq */ #include -#include #include #include #include -- cgit v1.2.3