aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Krause <joerg.krause@embedded.rocks>2015-04-24 22:51:47 +0200
committerBrian Norris <computersforpeace@gmail.com>2015-05-28 16:31:34 -0700
commit60e251320e33240ea24611682f8ccdb4722a9010 (patch)
tree8facbe60a4c48d176aa4197d7ffa62ee8f3acc20
parentc2a904be061fbb854cba5cb6c2a0b3a20d463574 (diff)
recv_image: do not include error.h
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 <joerg.krause@embedded.rocks> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
-rw-r--r--recv_image.c1
1 files changed, 0 insertions, 1 deletions
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 <errno.h>
-#include <error.h>
#include <stdio.h>
#include <netdb.h>
#include <stdlib.h>