From: Eric Sandeen <sandeen@xxxxxxxxxx> sys/param.h (re)defines NBBY so just include it first. Fixes sparse warnings about this. Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxxx> --- include/platform_defs.h.in | 1 + 1 file changed, 1 insertion(+) diff --git a/include/platform_defs.h.in b/include/platform_defs.h.in index c4f0e8b..411a9bf 100644 --- a/include/platform_defs.h.in +++ b/include/platform_defs.h.in @@ -19,6 +19,7 @@ #include <pthread.h> #include <ctype.h> #include <sys/types.h> +#include <sys/param.h> #include <limits.h> #include <stdbool.h> #include <libgen.h> -- 1.8.3.1