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/sqfs/predef.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sqfs') diff --git a/include/sqfs/predef.h b/include/sqfs/predef.h index 2e835f3..13e49f3 100644 --- a/include/sqfs/predef.h +++ b/include/sqfs/predef.h @@ -27,7 +27,6 @@ * macros and integer types. */ -#include #include #include #include -- cgit v1.2.3