diff options
author | ewt <devnull@localhost> | 1997-09-19 14:08:10 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-09-19 14:08:10 +0000 |
commit | b7d6861f740b68720d276da802330bd95c6a1914 (patch) | |
tree | 6ad698a3dbe4a485a423d6f4a37be87445c09ef7 /rpm.c | |
parent | 23a98445167f19dbdbadfd4a7a526cbba2b1e745 (diff) | |
download | rpm-b7d6861f740b68720d276da802330bd95c6a1914.tar.gz rpm-b7d6861f740b68720d276da802330bd95c6a1914.tar.bz2 rpm-b7d6861f740b68720d276da802330bd95c6a1914.zip |
popt is it's own library
CVS patchset: 1834
CVS date: 1997/09/19 14:08:10
Diffstat (limited to 'rpm.c')
-rwxr-xr-x | rpm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ #include "intl.h" #include "lib/messages.h" #include "lib/signature.h" -#include "misc/popt.h" +#include "popt/popt.h" #include "miscfn.h" #include "query.h" #include "rpmlib.h" |