Skip to content
Snippets Groups Projects
Commit 132497d9 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 32226e31
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@
#include "wrapdll.h"
#if defined(_WIN32)
#include <winsock2.h>
#include <ws2tcpip.h> // struct in6_addr
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment