mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 22:10:32 +00:00
ENH: try to fix qnx build problem
This commit is contained in:
parent
f6c9b6d631
commit
c143513f82
@ -25,6 +25,9 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#ifdef __QNX__
|
||||
#include <strings.h>
|
||||
#endif
|
||||
|
||||
#include "strequal.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user