diff options
Diffstat (limited to 'src/liba52/bitstream.h')
-rw-r--r-- | src/liba52/bitstream.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/liba52/bitstream.h b/src/liba52/bitstream.h index 7d7ea7679..f242c37c4 100644 --- a/src/liba52/bitstream.h +++ b/src/liba52/bitstream.h @@ -21,6 +21,10 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#ifdef WIN32 +#include <unistd.h> +#endif + /* (stolen from the kernel) */ #ifdef WORDS_BIGENDIAN |