summaryrefslogtreecommitdiff
path: root/plugins/dfsound/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dfsound/stdafx.h')
-rw-r--r--plugins/dfsound/stdafx.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/dfsound/stdafx.h b/plugins/dfsound/stdafx.h
index ceff1d6b..a17fb186 100644
--- a/plugins/dfsound/stdafx.h
+++ b/plugins/dfsound/stdafx.h
@@ -24,9 +24,7 @@
#include <sys/soundcard.h>
#endif
#include <unistd.h>
-#ifndef NOTHREADLIB
#include <pthread.h>
-#endif
#define RRand(range) (random()%range)
#include <string.h>
#include <sys/time.h>