mirror of
https://github.com/mpv-player/mpv
synced 2025-02-02 21:21:33 +00:00
macosx compilation fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15241 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
9fbd6b81c0
commit
7b937b3717
@ -3,6 +3,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <math.h>
|
||||
#include "aviheader.h"
|
||||
#include "ms_hdr.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include "m_option.h"
|
||||
#include "../mp_msg.h"
|
||||
#include "aviheader.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include "m_option.h"
|
||||
#include "../mp_msg.h"
|
||||
#include "aviheader.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include "m_option.h"
|
||||
#include "../mp_msg.h"
|
||||
#include "aviheader.h"
|
||||
|
@ -3,6 +3,7 @@
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <sys/types.h>
|
||||
#include "m_option.h"
|
||||
#include "../mp_msg.h"
|
||||
#include "aviheader.h"
|
||||
|
Loading…
Reference in New Issue
Block a user