Skip to content

Commit

Permalink
Include necessary header for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmfitch1 committed Jul 31, 2024
1 parent c4b71d3 commit 2cba5a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/udp/mcast.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
*
* Copyright (C) 2010 Creytiv.com
*/
#ifdef WIN32
#include <netioapi.h>
#else
#include <net/if.h>
#endif

#include <re_types.h>
#include <re_fmt.h>
Expand Down

0 comments on commit 2cba5a4

Please sign in to comment.