From 1610ede8abfc296c5991deb4fb35327eceed6dff Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Tue, 27 Nov 2018 16:54:49 -0800 Subject: fixes #800 sockimpl.h and posix_aio.h missing in build system --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 3d127993..ab7a3cf6 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -70,6 +70,7 @@ set (NNG_SRCS core/reap.h core/socket.c core/socket.h + core/sockimpl.h core/stats.c core/stats.h core/strs.c @@ -92,6 +93,7 @@ if (NNG_PLATFORM_POSIX) set (NNG_SRCS ${NNG_SRCS} platform/posix/posix_impl.h + platform/posix/posix_aio.h platform/posix/posix_ipc.h platform/posix/posix_config.h platform/posix/posix_pollq.h -- cgit v1.2.3-70-g09d2