mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 13:17:13 +00:00
include config.h before includes that need it
based on patch by Alan Curry <pacman at theworld com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17631 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
daf506cc05
commit
2431c2a2cb
@ -63,10 +63,10 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <fcntl.h>
|
||||
#include "config.h"
|
||||
#include "mp_image.h"
|
||||
#include "vf.h"
|
||||
#include "img_format.h"
|
||||
#include "config.h"
|
||||
|
||||
#ifndef HAVE_NO_POSIX_SELECT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user