diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-23 19:18:19 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-23 19:18:19 -0800 |
| commit | 91a0b46b6a63f1c2345279b831a02c972e7b1781 (patch) | |
| tree | e8dd692c29ee6ed2b5dd94897c97b3b9c9f690fc /src/platform | |
| parent | fc553e0689a9be70b90663db1bcd020706ba9ae6 (diff) | |
| download | nng-91a0b46b6a63f1c2345279b831a02c972e7b1781.tar.gz nng-91a0b46b6a63f1c2345279b831a02c972e7b1781.tar.bz2 nng-91a0b46b6a63f1c2345279b831a02c972e7b1781.zip | |
Add nn_sendmsg (with NN_MSG support).
Diffstat (limited to 'src/platform')
| -rw-r--r-- | src/platform/posix/posix_ipc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/posix/posix_ipc.c b/src/platform/posix/posix_ipc.c index 52474734..fd69e1a7 100644 --- a/src/platform/posix/posix_ipc.c +++ b/src/platform/posix/posix_ipc.c @@ -11,7 +11,7 @@ #ifdef PLATFORM_POSIX_IPC -#include <errno.H> +#include <errno.h> #include <stdlib.h> #include <stdio.h> #include <string.h> |
