Skip to content

Commit b4c4c0a

Browse files
committed
iox-#1781 Add include SEM_VALUE_MAX in QNX
Signed-off-by: Dietrich Krönke <[email protected]>
1 parent 570f652 commit b4c4c0a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

iceoryx_platform/qnx/include/iceoryx_platform/semaphore.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#ifndef IOX_HOOFS_QNX_PLATFORM_SEMAPHORE_HPP
1818
#define IOX_HOOFS_QNX_PLATFORM_SEMAPHORE_HPP
1919

20+
#include <climits>
2021
#include <cstdint>
2122
#include <semaphore.h>
2223

tools/scripts/used-headers.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# QNX platform / libc headers
22
arpa/inet.h
3+
climits
34
cstdint
45
dlfcn.h
56
errno.h

0 commit comments

Comments
 (0)