mirror of https://github.com/mpv-player/mpv
Compilation fixing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4429 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
79bc2e797d
commit
0ef8e55573
|
@ -2,6 +2,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <inttypes.h>
|
||||
|
||||
#include "./mplayer.h"
|
||||
#include "../events.h"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
|
||||
#include <inttypes.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/time.h>
|
||||
|
||||
#include "afmt.h"
|
||||
#include "audio_out.h"
|
||||
|
|
Loading…
Reference in New Issue