diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-11-09 08:20:05 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-11-09 08:20:05 -0800 |
| commit | fcd1adbb6d4d0307aacdd56034695a6083429163 (patch) | |
| tree | bd06789353a6c025f63d6b6c9aa309d7ca92da7c /src/supplemental/websocket/stub.c | |
| parent | bf619798ec8afbf64b5542be832466e23e2d9d23 (diff) | |
| download | nng-fcd1adbb6d4d0307aacdd56034695a6083429163.tar.gz nng-fcd1adbb6d4d0307aacdd56034695a6083429163.tar.bz2 nng-fcd1adbb6d4d0307aacdd56034695a6083429163.zip | |
chore/websocket: IWYU fixes
Diffstat (limited to 'src/supplemental/websocket/stub.c')
| -rw-r--r-- | src/supplemental/websocket/stub.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/supplemental/websocket/stub.c b/src/supplemental/websocket/stub.c index 94e7f1b5..6db2d680 100644 --- a/src/supplemental/websocket/stub.c +++ b/src/supplemental/websocket/stub.c @@ -1,5 +1,5 @@ // -// Copyright 2019 Staysail Systems, Inc. <info@staysail.tech> +// Copyright 2025 Staysail Systems, Inc. <info@staysail.tech> // Copyright 2019 Devolutions <info@devolutions.net> // // This software is supplied under the terms of the MIT License, a @@ -8,7 +8,7 @@ // found online at https://opensource.org/licenses/MIT. // -#include "core/nng_impl.h" +#include "../../core/defs.h" // This stub file exists to support configuration of the stream subsystem // when websocket support is unconfigured. |
