summaryrefslogtreecommitdiff
path: root/rpmqv.c
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:36:37 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-01-05 12:36:37 +0200
commite10e807ce9b6f252450404e57093aeaa023150a5 (patch)
tree82a09ea1fdaea45734289340027e8c4cb8ef2c49 /rpmqv.c
parent2c6120755c44dc68605e33f6f84aa9896af55d28 (diff)
downloadlibrpm-tizen-e10e807ce9b6f252450404e57093aeaa023150a5.tar.gz
librpm-tizen-e10e807ce9b6f252450404e57093aeaa023150a5.tar.bz2
librpm-tizen-e10e807ce9b6f252450404e57093aeaa023150a5.zip
Move <mcheck.h> include out of system.h to the couple of places that care
- only two real users inside rpm - remove mcheck foo from rpminject and rpmsort, we're not interested...
Diffstat (limited to 'rpmqv.c')
-rw-r--r--rpmqv.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpmqv.c b/rpmqv.c
index 3446c30db..f7b48901b 100644
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -12,6 +12,9 @@ const char *__progname;
#endif
#include <sys/wait.h>
+#if HAVE_MCHECK_H
+#include <mcheck.h>
+#endif
#include <rpm/rpmcli.h>
#include <rpm/rpmlib.h> /* RPMSIGTAG, rpmReadPackageFile .. */