diff libmpdemux/muxer_rawaudio.c @ 15774:ed3fec6506c4

Fix off_t on OSX, thanks to Steven M. Schultz
author ranma
date Mon, 20 Jun 2005 00:30:18 +0000
parents 7b0599d9614a
children dd5be8f8d16d
line wrap: on
line diff
--- a/libmpdemux/muxer_rawaudio.c	Sun Jun 19 23:39:08 2005 +0000
+++ b/libmpdemux/muxer_rawaudio.c	Mon Jun 20 00:30:18 2005 +0000
@@ -1,6 +1,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <sys/types.h>
 
 #include "help_mp.h"
 #include "mp_msg.h"