diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:36:37 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-01-05 12:36:37 +0200 |
commit | e10e807ce9b6f252450404e57093aeaa023150a5 (patch) | |
tree | 82a09ea1fdaea45734289340027e8c4cb8ef2c49 /rpmqv.c | |
parent | 2c6120755c44dc68605e33f6f84aa9896af55d28 (diff) | |
download | librpm-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.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 .. */ |