This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
43
Wiki
Activity
Browse Source
Fix bridge compilation on Windows
tags/v0.6.0
Andrew Belt
7 years ago
parent
fac8f8e7d8
commit
0aa92f2e9a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/bridge.cpp
+ 1
- 1
src/bridge.cpp
View File
@@ -2,11 +2,11 @@
#include "util/common.hpp"
#include "dsp/ringbuffer.hpp"
#include <unistd.h>
#ifdef ARCH_WIN
#include <winsock2.h>
#include <ws2tcpip.h>
#else
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
Write
Preview
Loading…
Cancel
Save