From 4f1f01cf16db56f70db8e0ac00025896849eac38 Mon Sep 17 00:00:00 2001 From: makiper Date: Sat, 11 Jul 2026 18:25:31 -0700 Subject: [PATCH] import errno header in adapter/syscall/ff_socket_ops.c --- adapter/syscall/ff_socket_ops.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/adapter/syscall/ff_socket_ops.c b/adapter/syscall/ff_socket_ops.c index 6458a942f..4441801dd 100644 --- a/adapter/syscall/ff_socket_ops.c +++ b/adapter/syscall/ff_socket_ops.c @@ -1,3 +1,5 @@ +#include + #include #include #ifdef FF_USE_RING_IPC