diff options
author | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-31 17:32:46 +0000 |
---|---|---|
committer | faust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-03-31 17:32:46 +0000 |
commit | a66cc2294819bbfa8da9dad8df45e44037c45c4a (patch) | |
tree | 1bbe7602eb97ddaa9c70dfbc210a879f72f146c8 /mixer.c | |
parent | 5d1765ffc70dd0d4e618b3791e7bab3456fcf552 (diff) | |
download | mpv-a66cc2294819bbfa8da9dad8df45e44037c45c4a.tar.bz2 mpv-a66cc2294819bbfa8da9dad8df45e44037c45c4a.tar.xz |
MINGW32 port
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9773 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mixer.c')
-rw-r--r-- | mixer.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ #include <string.h> +#ifndef __MINGW32__ #include <sys/ioctl.h> +#endif #include <fcntl.h> #include <stdio.h> #include <unistd.h> |