diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:42:46 +0100 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-10-28 06:42:46 +0100 |
commit | 979907ae8bd2f9fd5878ed057d16837bd6f064dc (patch) | |
tree | 8807bec768cfe5d66d48be7ecfc4383d25183da2 /rpmdb | |
parent | 2c4e4c0ccbeac09dbfb6cbaa3ae1ef2c6e4a149d (diff) | |
download | rpm-979907ae8bd2f9fd5878ed057d16837bd6f064dc.tar.gz rpm-979907ae8bd2f9fd5878ed057d16837bd6f064dc.tar.bz2 rpm-979907ae8bd2f9fd5878ed057d16837bd6f064dc.zip |
Include "header_internal.h" instead of <header_internal.h>.
Diffstat (limited to 'rpmdb')
-rw-r--r-- | rpmdb/header_internal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmdb/header_internal.c b/rpmdb/header_internal.c index bfe9b8ddd..678142114 100644 --- a/rpmdb/header_internal.c +++ b/rpmdb/header_internal.c @@ -4,7 +4,7 @@ #include "system.h" -#include <header_internal.h> +#include "header_internal.h" #include "debug.h" |