0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Compilation fixing

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4429 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nick 2002-01-31 08:39:21 +00:00
parent 79bc2e797d
commit 0ef8e55573
3 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include "./mplayer.h"
#include "../events.h"

View File

@ -1,4 +1,4 @@
#include <inttypes.h>
#include <stdlib.h>
#include <stdio.h>

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/time.h>
#include "afmt.h"
#include "audio_out.h"