From 91b1d90999abd5d346ef481f0a8849be9b23c0e5 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 30 Jan 2008 07:17:36 -0500 Subject: [PATCH] COMP: Fix warning about tolower by making sure ctype.h is included in cmtar. --- Utilities/cmtar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utilities/cmtar/CMakeLists.txt b/Utilities/cmtar/CMakeLists.txt index 80137ca33..328a9009e 100644 --- a/Utilities/cmtar/CMakeLists.txt +++ b/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 #SET (HAVE_DEV_T 1) #SET (HAVE_DIRNAME 0) #SET (HAVE_FNMATCH 1)