diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-14 11:38:04 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-14 11:38:04 -0800 |
| commit | ff791199733ee69ca41fd0e1e567cc07e4b2f07f (patch) | |
| tree | f5f2690665e0a986561252af1e9cd16a5473f938 /src/CMakeLists.txt | |
| parent | 26d934f3aaedb81e2b2343d235b41b046084ee8a (diff) | |
| download | nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.gz nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.bz2 nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.zip | |
Oops... Pipe list initialization was not complete.
Diffstat (limited to 'src/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index ad9a8a0d..96e83e28 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -35,6 +35,7 @@ set (NNG_SOURCES core/panic.c core/panic.h core/pipe.c + core/pipe.h core/platform.c core/platform.h core/protocol.c |
