From: Sami Kerola Date: Sun, 15 Feb 2015 00:52:49 +0000 (+0000) Subject: sfdisk: include rpmatch.h X-Git-Tag: v2.26~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6340e9137fba62560ab09cb855d665495aba4322;p=thirdparty%2Futil-linux.git 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 --- 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"