Browse Source

Fix build with old linux

tags/v1.9.9
falkTX FilipeCSnuk 6 years ago
parent
commit
c580758220
1 changed files with 2 additions and 0 deletions
  1. +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


Loading…
Cancel
Save