diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-05-21 15:59:39 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-05-21 15:59:39 +0300 |
commit | d2ef49038a12adb33329c5784b76d6b20e2e3ce0 (patch) | |
tree | 5c95622c3be86e8cce51d3a6daece739d979d0ad /lib/rpmds.c | |
parent | 3b59f236b333c171b8497363309daffea165878c (diff) | |
download | librpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.gz librpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.tar.bz2 librpm-tizen-d2ef49038a12adb33329c5784b76d6b20e2e3ce0.zip |
Include rpmtypes.h first instead of rpmtag.h everywhere
Diffstat (limited to 'lib/rpmds.c')
-rw-r--r-- | lib/rpmds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmds.c b/lib/rpmds.c index 9181642d3..557ff345f 100644 --- a/lib/rpmds.c +++ b/lib/rpmds.c @@ -3,7 +3,7 @@ */ #include "system.h" -#include <rpm/rpmtag.h> +#include <rpm/rpmtypes.h> #include <rpm/rpmlib.h> /* rpmvercmp */ #include <rpm/rpmstring.h> #include <rpm/rpmlog.h> |