Skip to content
Snippets Groups Projects
Commit 3cb52bd8 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix error: Undefined structure 'in_addr' in Borland builds

sbbsctrl build failed, it needs another winsock header. <sigh>

Oh what a rabbit hole this has been.
parent e6d82f2e
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3040 passed
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include "wrapdll.h" #include "wrapdll.h"
#if defined(_WIN32) #if defined(_WIN32)
#include <winsock2.h>
#include <ws2tcpip.h> // struct in6_addr #include <ws2tcpip.h> // struct in6_addr
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment