summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index aa6b6e3a39..25b1d7297c 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -23,6 +23,10 @@
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
+#ifdef WIN32
+#include <windows.h>
+#endif
+
#include <sys/time.h>
#include "config.h"