summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 60de98c1f3..5965e21635 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -19,6 +19,9 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#ifdef __MINGW32__
+#define SIGQUIT 3
+#endif
#include <sys/time.h>
#include "config.h"