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 --- lib/tar/internal.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/tar/internal.h') diff --git a/lib/tar/internal.h b/lib/tar/internal.h index f30de29..435cb73 100644 --- a/lib/tar/internal.h +++ b/lib/tar/internal.h @@ -12,7 +12,6 @@ #include "util.h" #include "tar.h" -#include #include #include #include -- cgit v1.2.3