diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2003-01-12 20:33:57 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2003-01-12 20:33:57 +0000 |
commit | 21249f6c9b5e34d19525916bbb126f3009838bd5 (patch) | |
tree | 85aad4a5a39dc601854b6c0bf5cd1d91fba8a6a4 /src/dxr3/video_out_dxr3.c | |
parent | ea58761e28c8540155ad3bd1aefc1d7378d9fc03 (diff) | |
download | xine-lib-21249f6c9b5e34d19525916bbb126f3009838bd5.tar.gz xine-lib-21249f6c9b5e34d19525916bbb126f3009838bd5.tar.bz2 |
Make xine-lib compile on Solaris
CVS patchset: 3882
CVS date: 2003/01/12 20:33:57
Diffstat (limited to 'src/dxr3/video_out_dxr3.c')
-rw-r--r-- | src/dxr3/video_out_dxr3.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dxr3/video_out_dxr3.c b/src/dxr3/video_out_dxr3.c index dd0a0a1e6..24f707fbc 100644 --- a/src/dxr3/video_out_dxr3.c +++ b/src/dxr3/video_out_dxr3.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_dxr3.c,v 1.66 2003/01/02 12:00:53 mroi Exp $ + * $Id: video_out_dxr3.c,v 1.67 2003/01/12 20:33:57 komadori Exp $ */ /* mpeg1 encoding video out plugin for the dxr3. @@ -35,6 +35,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/ioctl.h> +#include <sys/ioccom.h> #include <stdio.h> #include <stdlib.h> #include <string.h> |