diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:54:49 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-11-27 16:54:49 -0800 |
| commit | 1610ede8abfc296c5991deb4fb35327eceed6dff (patch) | |
| tree | ab24db42fc859ef3db91366183e8b0bdd283cc19 /src | |
| parent | 794bbe79ec331875f8d330349397a8c802e4c764 (diff) | |
| download | nng-1610ede8abfc296c5991deb4fb35327eceed6dff.tar.gz nng-1610ede8abfc296c5991deb4fb35327eceed6dff.tar.bz2 nng-1610ede8abfc296c5991deb4fb35327eceed6dff.zip | |
fixes #800 sockimpl.h and posix_aio.h missing in build system
Diffstat (limited to 'src')
| -rw-r--r-- | src/CMakeLists.txt | 2 |
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 |
