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

This commit is contained in:
Brad King 2008-01-30 07:17:36 -05:00
parent bd822c734b
commit 91b1d90999
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ ELSE(HAVE_SIZEOF_UID_T)
ENDIF(HAVE_SIZEOF_UID_T) ENDIF(HAVE_SIZEOF_UID_T)
#SET (HAVE_BASENAME 0) #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_DEV_T 1)
#SET (HAVE_DIRNAME 0) #SET (HAVE_DIRNAME 0)
#SET (HAVE_FNMATCH 1) #SET (HAVE_FNMATCH 1)