From: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> Signed-off-by: Ruediger Meier <ruediger.meier@xxxxxxxxxxx> --- libblkid/src/superblocks/drbdmanage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libblkid/src/superblocks/drbdmanage.c b/libblkid/src/superblocks/drbdmanage.c index d7384df..e84efa3 100644 --- a/libblkid/src/superblocks/drbdmanage.c +++ b/libblkid/src/superblocks/drbdmanage.c @@ -11,7 +11,6 @@ * (a DRBDmanage "cluster"); this file detects its control volume, * which is replicated (via DRBD 9) on some of the nodes. */ -#include <endian.h> #include <stdio.h> #include <stdlib.h> #include <unistd.h> @@ -21,6 +20,7 @@ #include <inttypes.h> #include <stddef.h> +#include "bitops.h" #include "superblocks.h" struct drbdmanage_hdr { -- 1.8.4.5 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html