diff options
author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-27 11:42:39 +0000 |
---|---|---|
committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-02-27 11:42:39 +0000 |
commit | 53bc0aadc94ba827a4419bf4238b01f1addce92f (patch) | |
tree | 26ac0d3dd58d498db30d5c0013bd11b0a023d8ad /src | |
parent | 0e6523f21575ebfe9b88f8ec037e9d462e2b8520 (diff) | |
download | xine-lib-53bc0aadc94ba827a4419bf4238b01f1addce92f.tar.gz xine-lib-53bc0aadc94ba827a4419bf4238b01f1addce92f.tar.bz2 |
bsd include file fix
CVS patchset: 1527
CVS date: 2002/02/27 11:42:39
Diffstat (limited to 'src')
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index e69880357..f5a1b5327 100644 --- a/src/video_out/video_out_xv.c +++ b/src/video_out/video_out_xv.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: video_out_xv.c,v 1.99 2002/02/27 08:54:14 guenter Exp $ + * $Id: video_out_xv.c,v 1.100 2002/02/27 11:42:39 guenter Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -42,6 +42,8 @@ #include <string.h> #include <math.h> +#include <machine/param.h> +#include <sys/types.h> #include <sys/ipc.h> #include <sys/shm.h> #include <sys/time.h> |