[MPlayer-cvslog] r33930 - trunk/libvo/vo_bl.c
diego
subversion at mplayerhq.hu
Wed Jul 27 15:40:09 CEST 2011
Author: diego
Date: Wed Jul 27 15:40:09 2011
New Revision: 33930
Log:
vo_bl: Move config.h #include to the top of the #include list.
config.h is required to make conditional #includes of other headers possible.
Fixes: libvo/vo_bl.c:41:5: warning: "HAVE_SYS_MMAN_H" is not defined
Modified:
trunk/libvo/vo_bl.c
Modified: trunk/libvo/vo_bl.c
==============================================================================
--- trunk/libvo/vo_bl.c Wed Jul 27 15:40:06 2011 (r33929)
+++ trunk/libvo/vo_bl.c Wed Jul 27 15:40:09 2011 (r33930)
@@ -27,6 +27,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
+#include "config.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -41,8 +43,6 @@
#endif
#include <sys/ioctl.h>
-#include "config.h"
-
#include <netdb.h>
#include <sys/socket.h>
#include <netinet/in.h>
More information about the MPlayer-cvslog
mailing list