summaryrefslogtreecommitdiff
path: root/python/rpmfd-py.c
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 06:46:19 +0100
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-11-23 06:46:19 +0100
commitabeea80a38682069fe97e69c0c8ca71475497ba0 (patch)
tree1889ce4d6632eb42cdbf3722b76da5df6f8c330d /python/rpmfd-py.c
parent7fb2899b84ec829cb72a059e7ae32b23a7c80669 (diff)
downloadrpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.gz
rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.tar.bz2
rpm-abeea80a38682069fe97e69c0c8ca71475497ba0.zip
Use #include <x.h> syntax to include public headers.
Diffstat (limited to 'python/rpmfd-py.c')
-rw-r--r--python/rpmfd-py.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/rpmfd-py.c b/python/rpmfd-py.c
index f03218f38..7ba66b9f9 100644
--- a/python/rpmfd-py.c
+++ b/python/rpmfd-py.c
@@ -4,7 +4,7 @@
#include "system.h"
-#include "rpmio.h" /* XXX fdGetFILE */
+#include <rpmio.h> /* XXX fdGetFILE */
#include "header-py.h" /* XXX pyrpmError */
#include "rpmfd-py.h"