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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/sockfd.h') diff --git a/src/core/sockfd.h b/src/core/sockfd.h index 3b39ee60..212f5250 100644 --- a/src/core/sockfd.h +++ b/src/core/sockfd.h @@ -10,7 +10,7 @@ #ifndef CORE_FDC_H #define CORE_FDC_H -#include "nng/nng.h" +#include "defs.h" // the nni_sfd_conn struct is provided by platform code to wrap // an arbitrary byte stream file descriptor (UNIX) or handle (Windows) -- cgit v1.2.3-70-g09d2