1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

Adding compile problem fix from Gabucino

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7976 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
anders 2002-10-30 09:05:02 +00:00
parent e935c134ff
commit 549464a883

View File

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <inttypes.h>
#include "../config.h"
#include "../mp_msg.h"