From: Robert Pengelly Date: Sat, 28 Feb 2026 07:43:47 +0000 (+0000) Subject: Don't forget ctype X-Git-Url: https://git.candlhat.org/?a=commitdiff_plain;h=88ef8ee9eb588cfd160e6b3c3557553a0ee916f1;p=tar.git Don't forget ctype --- diff --git a/tar.c b/tar.c index b5393fa..645a682 100755 --- a/tar.c +++ b/tar.c @@ -1,6 +1,7 @@ /****************************************************************************** * @file tar.c *****************************************************************************/ +#include #include #include #include