diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-02-19 11:44:22 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-02-19 11:44:22 -0800 |
| commit | 1981675919003f2ea01971bb4fccbe99c57a2caf (patch) | |
| tree | 519b56e1bc66aca67d3cb1d87f01c9c270573d03 /src/core/pipe.h | |
| parent | 5eae01c44c2daeddb778608cb48f188b48782c2e (diff) | |
| download | nng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.gz nng-1981675919003f2ea01971bb4fccbe99c57a2caf.tar.bz2 nng-1981675919003f2ea01971bb4fccbe99c57a2caf.zip | |
Introduce new generic I/O event framework.
Diffstat (limited to 'src/core/pipe.h')
| -rw-r--r-- | src/core/pipe.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/pipe.h b/src/core/pipe.h index d54f1ce7..333a986d 100644 --- a/src/core/pipe.h +++ b/src/core/pipe.h @@ -15,6 +15,7 @@ // TRANSPORTS. #include "core/defs.h" +#include "core/thread.h" #include "core/transport.h" struct nni_pipe { |
