Browse Source

COMP: Fix warning about tolower by making sure ctype.h is included in cmtar.

Brad King 18 years ago
parent
commit
91b1d90999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Utilities/cmtar/CMakeLists.txt

+ 1 - 1
Utilities/cmtar/CMakeLists.txt

@@ -212,7 +212,7 @@ ELSE(HAVE_SIZEOF_UID_T)
 ENDIF(HAVE_SIZEOF_UID_T)
 
 #SET (HAVE_BASENAME 0)
-#SET (HAVE_CTYPE_H 0)
+SET (HAVE_CTYPE_H 1) # all our platforms have <ctype.h>
 #SET (HAVE_DEV_T 1)
 #SET (HAVE_DIRNAME 0)
 #SET (HAVE_FNMATCH 1)