From 20c4070166b5ce7fa2ba2a9e64f8eab4f32e8b40 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 26 Oct 2019 14:27:59 +0100 Subject: [PATCH] Fix calling system endian.h instead of included one. --- worker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worker.c b/worker.c index a625ad5..091bc3d 100644 --- a/worker.c +++ b/worker.c @@ -16,8 +16,8 @@ */ #include "dicmote.h" +#include "endian.h" -#include #include #include #include