diff options
Diffstat (limited to 'Utilities/cmtar/compat/snprintf.c')
-rw-r--r-- | Utilities/cmtar/compat/snprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmtar/compat/snprintf.c b/Utilities/cmtar/compat/snprintf.c index a6d8c05..40c54d6 100644 --- a/Utilities/cmtar/compat/snprintf.c +++ b/Utilities/cmtar/compat/snprintf.c @@ -40,7 +40,7 @@ * **************************************************************/ -#include <config.h> +#include <libtar/config.h> #if !defined(HAVE_SNPRINTF) || !defined(HAVE_VSNPRINTF) |