From dffc2d7cc55b2dc9726ec5f743a8bc4d2f713149 Mon Sep 17 00:00:00 2001 From: izzy Meyer Date: Wed, 6 Aug 2025 10:52:07 -0500 Subject: [PATCH] sockaddr_in is a forward declaration on *BSD, explicitly include the correct header --- src/debug/GdbStub.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/debug/GdbStub.cpp b/src/debug/GdbStub.cpp index 7ce7693b..3bc54b1d 100644 --- a/src/debug/GdbStub.cpp +++ b/src/debug/GdbStub.cpp @@ -18,6 +18,7 @@ #include #include #include +#include #include #endif