浏览代码

ENH: second try to fix qnx build problem

Bill Hoffman 18 年之前
父节点
当前提交
c98d6ad668
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Utilities/cmcurl/strequal.c

+ 1 - 1
Utilities/cmcurl/strequal.c

@@ -25,7 +25,7 @@
 
 #include <string.h>
 #include <ctype.h>
-#ifdef  __QNX__
+#ifdef HAVE_STRINGS_H
 #include <strings.h>
 #endif