From 8befe96f974b1a4f447f73d19a2b1f7f9c3eb154 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Wed, 17 Jul 2024 13:07:49 -0400 Subject: Add missing include According to include-what-you-use 0.22 on LLVM 18, anyway. --- test/socket_test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/test/socket_test.cpp b/test/socket_test.cpp index 46d4209..b29788c 100644 --- a/test/socket_test.cpp +++ b/test/socket_test.cpp @@ -6,6 +6,7 @@ #include "raul/Socket.hpp" #include <poll.h> +#include <sys/types.h> #include <sys/wait.h> #include <unistd.h> -- cgit v1.2.1