Hi, Here is a small trivial patch for non-linux support. Samuel Do not include <linux/posix_types.h> as <stdint.h> provides everything. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> diff --git a/include/bitops.h b/include/bitops.h index 7b2b17e..62deadc 100644 --- a/include/bitops.h +++ b/include/bitops.h @@ -1,7 +1,6 @@ #ifndef BITOPS_H #define BITOPS_H -#include <linux/posix_types.h> #include <stdint.h> /* - To unsubscribe from this list: send the line "unsubscribe util-linux-ng" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html