mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 12:01:34 +01:00
libtins now compiles on windows. A couple of features were disabled and need to be fixed though.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
#ifndef WIN32
|
||||
#include <netinet/in.h>
|
||||
#include <sys/socket.h>
|
||||
#else
|
||||
#include <ws2tcpip.h>
|
||||
#endif
|
||||
#include <iostream> //borrame
|
||||
#include "ipv6.h"
|
||||
|
||||
Reference in New Issue
Block a user