Mercurial > mplayer.hg
changeset 2409:25f6a4335abb
FreeBSD patch
author | nexus |
---|---|
date | Tue, 23 Oct 2001 08:55:47 +0000 |
parents | 2453b4af2661 |
children | 27ca5ad3c7e9 |
files | xacodec.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/xacodec.c Tue Oct 23 08:52:17 2001 +0000 +++ b/xacodec.c Tue Oct 23 08:55:47 2001 +0000 @@ -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 */