diff options
Diffstat (limited to 'src/platform/posix/CMakeLists.txt')
| -rw-r--r-- | src/platform/posix/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/posix/CMakeLists.txt b/src/platform/posix/CMakeLists.txt index a00ffa50..857c340a 100644 --- a/src/platform/posix/CMakeLists.txt +++ b/src/platform/posix/CMakeLists.txt @@ -63,6 +63,7 @@ if (NNG_PLATFORM_POSIX) nng_check_sym(atomic_flag_test_and_set stdatomic.h NNG_HAVE_STDATOMIC) nng_check_sym(socketpair sys/socket.h NNG_HAVE_SOCKETPAIR) nng_check_sym(AF_INET6 netinet/in.h NNG_HAVE_INET6) + nng_check_sym(timespec_get time.h NNG_HAVE_TIMESPEC_GET) nng_sources( posix_impl.h |
