Skip to content

Commit e7f81ee

Browse files
Yang.DuanYang.Duan
authored andcommitted
fix build error in qnx8 env
1 parent 621f6d8 commit e7f81ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cpp/rtps/reader/WriterProxy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include <rtps/reader/StatefulReader.hpp>
3434
#include <rtps/writer/BaseWriter.hpp>
3535

36-
#if !defined(NDEBUG) && !defined(ANDROID) && defined(FASTDDS_SOURCE) && defined(__unix__)
36+
#if !defined(NDEBUG) && !defined(ANDROID) && defined(FASTDDS_SOURCE) && defined(__linux__)
3737
#define SHOULD_DEBUG_LINUX
3838
#endif // SHOULD_DEBUG_LINUX
3939

0 commit comments

Comments
 (0)