Skip to content

Commit

Permalink
Merge pull request #458 from demiquartz/fix-macro-name-conflict
Browse files Browse the repository at this point in the history
Fix conflict between variable and macro name
  • Loading branch information
mfontanini authored Jan 30, 2022
2 parents 24ac038 + 177d0b4 commit 3b006c1
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 3b006c1

Please sign in to comment.