diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-11-23 06:46:19 +0100 |
commit | abeea80a38682069fe97e69c0c8ca71475497ba0 (patch) | |
tree | 1889ce4d6632eb42cdbf3722b76da5df6f8c330d /python/rpmps-py.c | |
parent | 7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff) | |
download | librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2 librpm-tizen-abeea80a38682069fe97e69c0c8ca71475497ba0.zip |
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'python/rpmps-py.c')
-rw-r--r-- | python/rpmps-py.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmps-py.c b/python/rpmps-py.c index d54170fe7..6a4523fbc 100644 --- a/python/rpmps-py.c +++ b/python/rpmps-py.c @@ -4,7 +4,7 @@ #include "system.h" -#include "rpmlib.h" +#include <rpmlib.h> #include "rpmdebug-py.c" |