aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2018-11-27 16:54:49 -0800
committerGarrett D'Amore <garrett@damore.org>2018-11-27 16:54:49 -0800
commit1610ede8abfc296c5991deb4fb35327eceed6dff (patch)
treeab24db42fc859ef3db91366183e8b0bdd283cc19
parent794bbe79ec331875f8d330349397a8c802e4c764 (diff)
downloadnng-1610ede8abfc296c5991deb4fb35327eceed6dff.tar.gz
nng-1610ede8abfc296c5991deb4fb35327eceed6dff.tar.bz2
nng-1610ede8abfc296c5991deb4fb35327eceed6dff.zip
fixes #800 sockimpl.h and posix_aio.h missing in build system
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
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