diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:19 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:43:19 +0100 |
commit | 9735f83012e8b5652284c62cf0c376e1e46a32fe (patch) | |
tree | d3908feda0133c90eb01d62d1b8e5c37fe0262e4 /build/parsePreamble.c | |
parent | 227633a3e0e54212568b6809a833f9e8c71461ba (diff) | |
download | librpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.tar.gz librpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.tar.bz2 librpm-tizen-9735f83012e8b5652284c62cf0c376e1e46a32fe.zip |
Include "rpmio_internal.h" instead of <rpmio_internal.h>.
Diffstat (limited to 'build/parsePreamble.c')
-rw-r--r-- | build/parsePreamble.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/parsePreamble.c b/build/parsePreamble.c index 61d62ee90..9dee0495a 100644 --- a/build/parsePreamble.c +++ b/build/parsePreamble.c @@ -5,7 +5,7 @@ #include "system.h" -#include <rpmio_internal.h> +#include "rpmio_internal.h" #include <rpmbuild.h> #include "rpmerr.h" #include "debug.h" |