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 --- include/tar.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/tar.h') diff --git a/include/tar.h b/include/tar.h index d4e72ec..d0a483c 100644 --- a/include/tar.h +++ b/include/tar.h @@ -10,7 +10,6 @@ #include "config.h" #include "util.h" -#include #include #include -- cgit v1.2.3