diff options
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archival/tar.c b/archival/tar.c index 23ac00e86..caf4363de 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -146,6 +146,7 @@ | |||
146 | 146 | ||
147 | #include <fnmatch.h> | 147 | #include <fnmatch.h> |
148 | #include "libbb.h" | 148 | #include "libbb.h" |
149 | #include "common_bufsiz.h" | ||
149 | #include "bb_archive.h" | 150 | #include "bb_archive.h" |
150 | /* FIXME: Stop using this non-standard feature */ | 151 | /* FIXME: Stop using this non-standard feature */ |
151 | #ifndef FNM_LEADING_DIR | 152 | #ifndef FNM_LEADING_DIR |