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/device.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/core/device.c') diff --git a/src/core/device.c b/src/core/device.c index 68ab2f38..8f8c7115 100644 --- a/src/core/device.c +++ b/src/core/device.c @@ -8,7 +8,12 @@ // found online at https://opensource.org/licenses/MIT. // -#include "core/nng_impl.h" +#include "device.h" +#include "aio.h" +#include "defs.h" +#include "message.h" +#include "protocol.h" +#include "socket.h" typedef struct device_data_s device_data; typedef struct device_path_s device_path; -- cgit v1.2.3-70-g09d2