FreeBSD patch

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2410 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nexus 2001-10-23 08:55:47 +00:00
parent 29064545c4
commit bde620379c
1 changed files with 4 additions and 0 deletions

View File

@ -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 */