summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 25b1d7297c..a41eaafda0 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -20,6 +20,8 @@
#include <stdlib.h>
#include <string.h>
#include <signal.h>
+#include "config.h"
+
#ifdef __MINGW32__
#define SIGQUIT 3
#endif
@@ -29,7 +31,6 @@
#include <sys/time.h>
-#include "config.h"
#include "version.h"
#include "mp_msg.h"