summaryrefslogtreecommitdiffstats
path: root/xacodec.c
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 08:55:47 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-10-23 08:55:47 +0000
commitbde620379c21b3be20303d743343d1dbd0212f37 (patch)
treeb9fd98a7de7385253e296a933988cc0bdc50c585 /xacodec.c
parent29064545c4426f7bb8f99a70f5a4563978b78e28 (diff)
downloadmpv-bde620379c21b3be20303d743343d1dbd0212f37.tar.bz2
mpv-bde620379c21b3be20303d743343d1dbd0212f37.tar.xz
FreeBSD patch
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2410 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'xacodec.c')
-rw-r--r--xacodec.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/xacodec.c b/xacodec.c
index 05dc29aca4..dbad936a7c 100644
--- a/xacodec.c
+++ b/xacodec.c
@@ -8,6 +8,10 @@
#include <stdio.h>
#include <stdlib.h>
+#ifdef __FreeBSD__
+#include <unistd.h>
+#endif
+
#include <dlfcn.h> /* dlsym, dlopen, dlclose */
#include <stdarg.h> /* va_alist, va_start, va_end */
#include <errno.h> /* strerror, errno */