diff mencoder.c @ 12360:85f18227756f

10l on cygwin WIN32 gets defined in config.h
author faust3
date Fri, 30 Apr 2004 20:05:54 +0000
parents 133e0ebde74d
children 4a8748f99375
line wrap: on
line diff
--- a/mencoder.c	Fri Apr 30 17:07:49 2004 +0000
+++ b/mencoder.c	Fri Apr 30 20:05:54 2004 +0000
@@ -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"