mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-05 22:34:56 +01:00
Yet another unistd.h special case for
This commit is contained in:
parent
0f3760a8d1
commit
b938daca95
1 changed files with 3 additions and 2 deletions
|
|
@ -20,10 +20,11 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <windows.h> // Needed for MSVC 'Sleep()'
|
||||
#include <windows.h> // Needed for MSVC 'Sleep()'
|
||||
#else
|
||||
#include <unistd.h> // for usleep ()
|
||||
#endif
|
||||
|
||||
#include "zita-convolver/zita-convolver.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue