Browse Source

Fix build under old linux systems

tags/1.9.7b
falkTX 7 years ago
parent
commit
61c25ebfdb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      source/utils/CarlaPipeUtils.cpp

+ 3
- 0
source/utils/CarlaPipeUtils.cpp View File

@@ -41,6 +41,9 @@
# include <cerrno>
# include <signal.h>
# include <sys/wait.h>
# ifndef F_SETPIPE_SZ
# define F_SETPIPE_SZ 1031
# endif
#endif

#ifdef CARLA_OS_WIN


Loading…
Cancel
Save