Skip to content

Commit

Permalink
even more win32 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nomis52 committed Jul 7, 2009
1 parent 83e78ed commit 73cdba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artnet/network.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <sys/socket.h> // socket before net/if.h for mac
#include <net/if.h>
#include <sys/ioctl.h>
#else
typedef int socklen_t;
#endif

#include <unistd.h>
Expand Down

0 comments on commit 73cdba3

Please sign in to comment.