diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c index e7963b0b4..2b752f640 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -44,7 +44,7 @@ | |||
44 | 44 | ||
45 | #include <fnmatch.h> | 45 | #include <fnmatch.h> |
46 | #include "libbb.h" | 46 | #include "libbb.h" |
47 | #include "archive.h" | 47 | #include "bb_archive.h" |
48 | /* FIXME: Stop using this non-standard feature */ | 48 | /* FIXME: Stop using this non-standard feature */ |
49 | #ifndef FNM_LEADING_DIR | 49 | #ifndef FNM_LEADING_DIR |
50 | # define FNM_LEADING_DIR 0 | 50 | # define FNM_LEADING_DIR 0 |