diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-12-08 14:02:32 +0200 |
commit | 9ce13e09ef42ea4efca3c624054b0b719f06a43b (patch) | |
tree | 1660a7c311fba0c86afba2cacea8669f07b8eb51 /lib/poptI.c | |
parent | 179ebc1745b51eb9821dd783c9df475ac539532d (diff) | |
download | librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.gz librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.tar.bz2 librpm-tizen-9ce13e09ef42ea4efca3c624054b0b719f06a43b.zip |
Switch to <rpm/foo.h> style for public headers
- adjust include paths accordingly
Diffstat (limited to 'lib/poptI.c')
-rw-r--r-- | lib/poptI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/poptI.c b/lib/poptI.c index 0a8d16ce5..70edae969 100644 --- a/lib/poptI.c +++ b/lib/poptI.c @@ -5,7 +5,7 @@ #include "system.h" -#include <rpmcli.h> +#include <rpm/rpmcli.h> #include "debug.h" |