diff options
Diffstat (limited to 'archival/rpm2cpio.c')
-rw-r--r-- | archival/rpm2cpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/rpm2cpio.c b/archival/rpm2cpio.c index ff4a0d1b0..28b43a181 100644 --- a/archival/rpm2cpio.c +++ b/archival/rpm2cpio.c | |||
@@ -13,7 +13,7 @@ | |||
13 | //usage: "Output a cpio archive of the rpm file" | 13 | //usage: "Output a cpio archive of the rpm file" |
14 | 14 | ||
15 | #include "libbb.h" | 15 | #include "libbb.h" |
16 | #include "archive.h" | 16 | #include "bb_archive.h" |
17 | #include "rpm.h" | 17 | #include "rpm.h" |
18 | 18 | ||
19 | enum { rpm_fd = STDIN_FILENO }; | 19 | enum { rpm_fd = STDIN_FILENO }; |