From ba4811b1d2ac5a9d363e6000c83098f2eb885119 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 27 Sep 2019 22:54:44 +0200 Subject: Add a header for platform compatibillity fluff - We don't have "endian.h" everywhere. On some BSDs its in sys and on some BSDs the macros have different names. - We definitely don't have sysmacros.h on non-Unix-like systems. - Likewise for sys/types.h, sys/stat.h and their contents. Signed-off-by: David Oberhollenzer --- tar/tar2sqfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tar/tar2sqfs.c') diff --git a/tar/tar2sqfs.c b/tar/tar2sqfs.c index 1175273..5a404f4 100644 --- a/tar/tar2sqfs.c +++ b/tar/tar2sqfs.c @@ -17,7 +17,6 @@ #include "util.h" #include "tar.h" -#include #include #include #include -- cgit v1.2.3