From 2f24a1b1c93b8c45dce391ed0439131f9ad8cf28 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sat, 11 Oct 2025 06:50:54 -0700 Subject: fix includes for core --- src/core/sockfd.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'src/core/sockfd.c') diff --git a/src/core/sockfd.c b/src/core/sockfd.c index 651fcd63..3fa109a4 100644 --- a/src/core/sockfd.c +++ b/src/core/sockfd.c @@ -10,10 +10,13 @@ #include #include -#include - -#include "core/nng_impl.h" -#include "core/sockfd.h" +#include "aio.h" +#include "defs.h" +#include "list.h" +#include "options.h" +#include "sockfd.h" +#include "stream.h" +#include "thread.h" // We will accept up to this many FDs to be queued up for // accept, before we start rejecting with NNG_ENOSPC. Once -- cgit v1.2.3-70-g09d2