Don't forget ctype
authorRobert Pengelly <robertapengelly@hotmail.com>
Sat, 28 Feb 2026 07:43:47 +0000 (07:43 +0000)
committerRobert Pengelly <robertapengelly@hotmail.com>
Sat, 28 Feb 2026 07:43:47 +0000 (07:43 +0000)
tar.c

diff --git a/tar.c b/tar.c
index b5393fabbd68bbd4d558facc6c88453e50a17368..645a68241b4167d6902e902acc3a4c56a608ccd2 100755 (executable)
--- a/tar.c
+++ b/tar.c
@@ -1,6 +1,7 @@
 /******************************************************************************
  * @file            tar.c
  *****************************************************************************/
+#include    <ctype.h>
 #include    <limits.h>
 #include    <stddef.h>
 #include    <stdio.h>