Skip to content

Commit

Permalink
Fix conflict between variable and macro name
Browse files Browse the repository at this point in the history
  • Loading branch information
demiquartz committed Oct 31, 2021
1 parent 24ac038 commit 177d0b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/ipv6.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@
#include <netinet/in.h>
#include <sys/socket.h>
#else
#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <ws2tcpip.h>
#endif
#include <tins/ipv6.h>
Expand Down

0 comments on commit 177d0b4

Please sign in to comment.