1
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:36:24 +01:00

add missing include (errno.h). fix compilation on openbsd

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24847 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-10-24 12:07:29 +00:00
parent 8351fa3629
commit def691696e

View File

@ -36,6 +36,7 @@
#include <sys/time.h>
#include <signal.h>
#include <string.h>
#include <errno.h>
#include <sys/param.h>
#ifdef USE_SUN_AUDIO