1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02: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:
iive 2006-02-16 10:08:03 +00:00
parent daf506cc05
commit 2431c2a2cb
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -17,6 +17,7 @@
#include <stdlib.h>
#include <string.h>
#include "config.h"
#include "sub_cc.h"
#include "subreader.h"