diff options
Diffstat (limited to 'archival/ar.c')
-rw-r--r-- | archival/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/ar.c b/archival/ar.c index f4edeb087..2839d85d5 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -60,7 +60,7 @@ | |||
60 | 60 | ||
61 | #include "libbb.h" | 61 | #include "libbb.h" |
62 | #include "bb_archive.h" | 62 | #include "bb_archive.h" |
63 | #include "ar.h" | 63 | #include "ar_.h" |
64 | 64 | ||
65 | #if ENABLE_FEATURE_AR_CREATE | 65 | #if ENABLE_FEATURE_AR_CREATE |
66 | /* filter out entries with same names as specified on the command line */ | 66 | /* filter out entries with same names as specified on the command line */ |