This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Use winsock2.h like everywhere else.
tags/v1.9.13
Thomas Brand
6 years ago
parent
007220d0b1
commit
205e0d7b96
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
common/netjack.c
+ 1
- 1
common/netjack.c
View File
@@ -41,7 +41,7 @@ $Id: net_driver.c,v 1.17 2006/04/16 20:16:10 torbenh Exp $
#include <sys/types.h>
#ifdef WIN32
#include <winsock.h>
#include <winsock
2
.h>
#include <malloc.h>
#define socklen_t int
#else
Write
Preview
Loading…
Cancel
Save