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 /rpmdb/rpmdb.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 'rpmdb/rpmdb.c')
-rw-r--r-- | rpmdb/rpmdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/rpmdb.c b/rpmdb/rpmdb.c index ea8404df9..661ebf7c5 100644 --- a/rpmdb/rpmdb.c +++ b/rpmdb/rpmdb.c @@ -14,7 +14,7 @@ #include <regex.h> -#include <rpmio_internal.h> +#include "rpmio_internal.h" #include "rpmmacro.h" #include "rpmsq.h" |