diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-02-03 16:24:07 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-02-03 16:24:07 +0200 |
commit | f53c32337238b84bb2c555ca12cdc07f6a963361 (patch) | |
tree | 4ad6c8b4ecb29608a1a3363ea4a18eaa76568794 /build/parseChangelog.c | |
parent | abce05919d417b026bedd81d3a08f91625392530 (diff) | |
download | librpm-tizen-f53c32337238b84bb2c555ca12cdc07f6a963361.tar.gz librpm-tizen-f53c32337238b84bb2c555ca12cdc07f6a963361.tar.bz2 librpm-tizen-f53c32337238b84bb2c555ca12cdc07f6a963361.zip |
Make rpmtag.h standalone, include from rpmtypes.h
- permits header.h to use the tag types
- revert other includes back to header.h, more crazy #include churn...
- rpmTagTable etc in header.h for now, don't really belong there but...
Diffstat (limited to 'build/parseChangelog.c')
-rw-r--r-- | build/parseChangelog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parseChangelog.c b/build/parseChangelog.c index fa744af17..15734b86d 100644 --- a/build/parseChangelog.c +++ b/build/parseChangelog.c @@ -5,7 +5,7 @@ #include "system.h" -#include <rpm/rpmtag.h> +#include <rpm/header.h> #include <rpm/rpmbuild.h> #include <rpm/rpmlog.h> #include "debug.h" |