aboutsummaryrefslogtreecommitdiff
path: root/sndfiler/src/sndfiler.c
diff options
context:
space:
mode:
Diffstat (limited to 'sndfiler/src/sndfiler.c')
-rwxr-xr-xsndfiler/src/sndfiler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sndfiler/src/sndfiler.c b/sndfiler/src/sndfiler.c
index 8c4dbe5..507510a 100755
--- a/sndfiler/src/sndfiler.c
+++ b/sndfiler/src/sndfiler.c
@@ -46,7 +46,6 @@ struct _garray
#include "m_fifo.h"
#include "pthread.h"
-#include "semaphore.h"
#endif /* USE_PD_MAIN */
@@ -57,6 +56,7 @@ struct _garray
#include "stdlib.h"
#include "sched.h" /* for thread priority */
#include <string.h>
+#include "semaphore.h"
/* for alloca */
#ifdef MSW