diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-22 13:26:28 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-22 13:26:28 -0800 |
| commit | 9b373f8dc63a5a400df4c95ef3daf27b44181119 (patch) | |
| tree | fde2d53699da8fec9f352e13805d95c98b1829c8 /src/platform/posix/posix_thread.c | |
| parent | bc06cb896b25c86e646017548f357f0e7724531e (diff) | |
| download | nng-9b373f8dc63a5a400df4c95ef3daf27b44181119.tar.gz nng-9b373f8dc63a5a400df4c95ef3daf27b44181119.tar.bz2 nng-9b373f8dc63a5a400df4c95ef3daf27b44181119.zip | |
Initial start of compat layer with bind, connect, etc. Untested.
Diffstat (limited to 'src/platform/posix/posix_thread.c')
| -rw-r--r-- | src/platform/posix/posix_thread.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/platform/posix/posix_thread.c b/src/platform/posix/posix_thread.c index fddc25da..72e1bcaf 100644 --- a/src/platform/posix/posix_thread.c +++ b/src/platform/posix/posix_thread.c @@ -13,6 +13,7 @@ #ifdef PLATFORM_POSIX_THREAD +#include <errno.h> #include <pthread.h> #include <time.h> #include <string.h> |
