blob: 7eecac47aedb8b65725111db54c6c1f9ffc38554 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/FDM/JSBSim/input_output/FGfdmSocket.cpp.orig 2025-06-26 10:55:02 UTC
+++ src/FDM/JSBSim/input_output/FGfdmSocket.cpp
@@ -40,7 +40,7 @@ INCLUDES
#if defined(_MSC_VER) || defined(__MINGW32__)
#include <ws2tcpip.h>
-#elif defined(__OpenBSD__)
+#elif defined(__OpenBSD__) || defined(__FreeBSD__)
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
|