summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/psignal.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/psignal.h')
-rw-r--r--Gui/mplayer/psignal.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gui/mplayer/psignal.h b/Gui/mplayer/psignal.h
index 58bd1007d5..54a492f91c 100644
--- a/Gui/mplayer/psignal.h
+++ b/Gui/mplayer/psignal.h
@@ -39,6 +39,10 @@
#define mplIncAudioBufferDelay 28
#define mplDecAudioBufferDelay 29
+#ifdef __bsdi__
+#define _NSIG NSIG
+#endif
+
#ifdef __SVR4
#define SIGTYPE SIGUSR2
#warning should we use SIGUSR1 or SIGUSR2 on linux, bsd, ... too?