aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSami Kerola <kerolasa@iki.fi>2015-02-15 00:52:49 +0000
committerKarel Zak <kzak@redhat.com>2015-02-16 11:08:24 +0100
commit6340e9137fba62560ab09cb855d665495aba4322 (patch)
tree4396576e0f86220aa6013ae7094ee1d112a5d529
parent0b1bb2839935714e0ffe836de67c8ae9ffc43004 (diff)
downloadutil-linux-playground-6340e9137fba62560ab09cb855d665495aba4322.tar.gz
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 <kerolasa@iki.fi>
-rw-r--r--disk-utils/sfdisk.c1
1 files changed, 1 insertions, 0 deletions
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"