diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-03-20 19:51:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-03-20 19:51:42 (GMT) |
commit | c98d6ad668ea3e62fe1754f304ebf430e0ec2770 (patch) | |
tree | 126706be80a1a9f16807d3a95335e4d31dea5a1e /Utilities | |
parent | c143513f82c96f3116390228a9f3e23ba61a8b11 (diff) | |
download | CMake-c98d6ad668ea3e62fe1754f304ebf430e0ec2770.zip CMake-c98d6ad668ea3e62fe1754f304ebf430e0ec2770.tar.gz CMake-c98d6ad668ea3e62fe1754f304ebf430e0ec2770.tar.bz2 |
ENH: second try to fix qnx build problem
Diffstat (limited to 'Utilities')
-rw-r--r-- | Utilities/cmcurl/strequal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/cmcurl/strequal.c b/Utilities/cmcurl/strequal.c index 309c07b..76ad524 100644 --- a/Utilities/cmcurl/strequal.c +++ b/Utilities/cmcurl/strequal.c @@ -25,7 +25,7 @@ #include <string.h> #include <ctype.h> -#ifdef __QNX__ +#ifdef HAVE_STRINGS_H #include <strings.h> #endif |