]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
sfdisk: include rpmatch.h
authorSami Kerola <kerolasa@iki.fi>
Sun, 15 Feb 2015 00:52:49 +0000 (00:52 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 16 Feb 2015 10:08:24 +0000 (11:08 +0100)
Some libc's do not have rpmatch(), and they need the workaround in the
header file.

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
disk-utils/sfdisk.c

index b10c0045b6ee0e9e7c80ca2e623d5f0d60e66fa5..b7d448005657a8fbb6723eba7636371665124327 100644 (file)
@@ -40,6 +40,7 @@
 #include "colors.h"
 #include "blkdev.h"
 #include "all-io.h"
+#include "rpmatch.h"
 
 #include "libfdisk.h"
 #include "fdisk-list.h"