summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Pitcock2013-02-20 13:04:02 +0100
committerKarel Zak2013-02-20 13:04:02 +0100
commit51924a4ef0dd8f4906729cb6760d1929049c1983 (patch)
tree386eba5b925cdaaa96a013b07bfd445c07bc9a12
parentlibblkid: add debug messages for "idmag" stuff and btrfs (diff)
downloadkernel-qcow2-util-linux-51924a4ef0dd8f4906729cb6760d1929049c1983.tar.gz
kernel-qcow2-util-linux-51924a4ef0dd8f4906729cb6760d1929049c1983.tar.xz
kernel-qcow2-util-linux-51924a4ef0dd8f4906729cb6760d1929049c1983.zip
add missing rpmatch.h everywhere it needs to be
Signed-off-by: William Pitcock <nenolod@dereferenced.org> Signed-off-by: Karel Zak <kzak@redhat.com>
-rw-r--r--disk-utils/fsck.minix.c1
-rw-r--r--login-utils/vipw.c1
-rw-r--r--term-utils/mesg.c1
3 files changed, 3 insertions, 0 deletions
diff --git a/disk-utils/fsck.minix.c b/disk-utils/fsck.minix.c
index 1426950a3..3482200c2 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 20c05c23d..8c4780111 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 <selinux/selinux.h>
diff --git a/term-utils/mesg.c b/term-utils/mesg.c
index 6ac5a2ef3..430236fac 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 */