Skip to content

Commit 09cf86d

Browse files
committed
Include stdlib.h to compile abort() in hrpExecutionContext on QNX
Fix fkanehiro#1208 for QNX See fkanehiro#1078 (comment) See http://www.qnx.co.jp/developers/docs/6.3.2/neutrino/lib_ref/a/abort.html
1 parent 2febf1b commit 09cf86d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ec/hrpEC/hrpEC.h

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#include "hrpsys/idl/ExecutionProfileService.hh"
1515

1616
#ifdef __QNX__
17+
#include <stdlib.h>
1718
using std::fprintf;
1819
#endif
1920

0 commit comments

Comments
 (0)