From 6340e9137fba62560ab09cb855d665495aba4322 Mon Sep 17 00:00:00 2001 From: Sami Kerola Date: Sun, 15 Feb 2015 00:52:49 +0000 Subject: [PATCH] sfdisk: include rpmatch.h Some libc's do not have rpmatch(), and they need the workaround in the header file. Signed-off-by: Sami Kerola --- disk-utils/sfdisk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/disk-utils/sfdisk.c b/disk-utils/sfdisk.c index b10c0045b6..b7d4480056 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.47.3