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>
This commit is contained in:
Sami Kerola 2015-02-15 00:52:49 +00:00 committed by Karel Zak
parent 0b1bb28399
commit 6340e9137f
1 changed files with 1 additions and 0 deletions

View 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"