From: William Pitcock Date: Wed, 20 Feb 2013 12:04:02 +0000 (+0100) Subject: add missing rpmatch.h everywhere it needs to be X-Git-Tag: v2.23-rc1~200 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51924a4ef0dd8f4906729cb6760d1929049c1983;p=thirdparty%2Futil-linux.git add missing rpmatch.h everywhere it needs to be Signed-off-by: William Pitcock Signed-off-by: Karel Zak --- diff --git a/disk-utils/fsck.minix.c b/disk-utils/fsck.minix.c index 1426950a35..3482200c24 100644 --- a/disk-utils/fsck.minix.c +++ b/disk-utils/fsck.minix.c @@ -111,6 +111,7 @@ #include "ismounted.h" #include "all-io.h" #include "closestream.h" +#include "rpmatch.h" #define ROOT_INO 1 #define YESNO_LENGTH 64 diff --git a/login-utils/vipw.c b/login-utils/vipw.c index 20c05c23d3..8c47801117 100644 --- a/login-utils/vipw.c +++ b/login-utils/vipw.c @@ -78,6 +78,7 @@ #include "setpwnam.h" #include "strutils.h" #include "xalloc.h" +#include "rpmatch.h" #ifdef HAVE_LIBSELINUX # include diff --git a/term-utils/mesg.c b/term-utils/mesg.c index 6ac5a2ef37..430236facc 100644 --- a/term-utils/mesg.c +++ b/term-utils/mesg.c @@ -58,6 +58,7 @@ #include "closestream.h" #include "nls.h" #include "c.h" +#include "rpmatch.h" /* exit codes */