diff options
author | jbj <devnull@localhost> | 2002-10-18 18:45:47 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2002-10-18 18:45:47 +0000 |
commit | 4a77efce46d82f91c0539c3c012381ff20d0d2f5 (patch) | |
tree | 24d53844d29f688f1cd2577f7efd521f0917a3a3 /build/rpmbuild.h | |
parent | 71f563826d0155b77165230cf90a2739d7d2f679 (diff) | |
download | librpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.tar.gz librpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.tar.bz2 librpm-tizen-4a77efce46d82f91c0539c3c012381ff20d0d2f5.zip |
- add debug sub-package patch.
- re-add elfutils/libdwarf (for dwarf.h), eliminate tools/dwarf2.h.
CVS patchset: 5789
CVS date: 2002/10/18 18:45:47
Diffstat (limited to 'build/rpmbuild.h')
-rw-r--r-- | build/rpmbuild.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmbuild.h b/build/rpmbuild.h index 9ce58f61a..a4ea7b002 100644 --- a/build/rpmbuild.h +++ b/build/rpmbuild.h @@ -6,7 +6,7 @@ * This is the *only* module users of librpmbuild should need to include. */ -#include <rpmcli.h> +#include "rpmcli.h" /* and it shouldn't need these :-( */ #include "stringbuf.h" |