Some libc's do not have rpmatch(), and they need the workaround in the header file. Signed-off-by: Sami Kerola <kerolasa@xxxxxx> --- disk-utils/sfdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index b10c004..b7d4480 100644 --- a/disk-utils/sfdisk.c +++ b/disk-utils/sfdisk.c @@ -40,6 +40,7 @@ #include "colors.h" #include "blkdev.h" #include "all-io.h" +#include "rpmatch.h" #include "libfdisk.h" #include "fdisk-list.h" -- 2.3.0 -- 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