diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:31 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:47:31 +0100 |
commit | f25c04c1e45c3c579fa182b5345409bde87a3da1 (patch) | |
tree | 2d35aaec96241dfd7ad577ac0f52e95a543da0d7 /python/header-py.h | |
parent | 226e626dae6e2f55351b4616620ac616eaaea698 (diff) | |
download | rpm-f25c04c1e45c3c579fa182b5345409bde87a3da1.tar.gz rpm-f25c04c1e45c3c579fa182b5345409bde87a3da1.tar.bz2 rpm-f25c04c1e45c3c579fa182b5345409bde87a3da1.zip |
Include "rpmlib.h" instead of <rpmlib.h>.
Diffstat (limited to 'python/header-py.h')
-rw-r--r-- | python/header-py.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/header-py.h b/python/header-py.h index f7cd5c723..220d2c341 100644 --- a/python/header-py.h +++ b/python/header-py.h @@ -1,7 +1,7 @@ #ifndef RPMPYTHON_HEADER #define RPMPYTHON_HEADER -#include <rpmlib.h> +#include "rpmlib.h" /** \ingroup py_c * \file python/header-py.h |