diff options
| m--------- | extern/nng-wolfssl | 0 | ||||
| -rw-r--r-- | include/nng/nng.h | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/extern/nng-wolfssl b/extern/nng-wolfssl -Subproject 428fd4b740481745b57de8e5c84fb0e5ebabd50 +Subproject 288d545b92720e3fc38df400419a043cfadb840 diff --git a/include/nng/nng.h b/include/nng/nng.h index e061bd50..7cbc756d 100644 --- a/include/nng/nng.h +++ b/include/nng/nng.h @@ -8,8 +8,8 @@ // found online at https://opensource.org/licenses/MIT. // -#ifndef NNG_H -#define NNG_H +#ifndef NNG_NNG_H +#define NNG_NNG_H // NNG (nanomsg-next-gen) is an improved implementation of the SP protocols. // The APIs have changed, and there is no attempt to provide API compatibility @@ -1263,4 +1263,4 @@ NNG_DECL int nng_stream_listener_set_addr( } #endif -#endif // NNG_H +#endif // NNG_NNG_H |
