This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
Browse Source
Fix build with old linux
tags/v1.9.9
falkTX
FilipeCSnuk
6 years ago
parent
c586050d74
commit
c580758220
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
source/bridges-plugin/CarlaBridgePlugin.cpp
+ 2
- 0
source/bridges-plugin/CarlaBridgePlugin.cpp
View File
@@ -27,8 +27,10 @@
#include "CarlaMIDI.h"
#ifdef CARLA_OS_LINUX
# include <sched.h>
# include <signal.h>
# include <sys/prctl.h>
# define SCHED_RESET_ON_FORK 0x40000000
#endif
#ifdef CARLA_OS_WIN
Write
Preview
Loading…
Cancel
Save