1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-03 05:22:23 +00:00

small compilation fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13840 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
rathann 2004-11-01 14:46:57 +00:00
parent 8fbd447e75
commit 9ca81fc9c3

View File

@ -15,6 +15,7 @@
#include <fcntl.h> #include <fcntl.h>
#include <sys/mman.h> #include <sys/mman.h>
#include <sys/time.h> #include <sys/time.h>
#include <inttypes.h>
#include "../libvo/fastmemcpy.h" #include "../libvo/fastmemcpy.h"