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

Need ws2tcpip.h for struct ip6_addr definition on Windows

parent 5421ea7b
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,10 @@
#include "str_list.h" /* string list functions and types */
#include "wrapdll.h"
#if defined(_WIN32)
#include <ws2tcpip.h> // struct in6_addr
#endif
#define IPv4_LOCALHOST 0x7f000001U /* 127.0.0.1 */
#if defined(__cplusplus)
......
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