diff options
-rw-r--r-- | src/video_out/video_out_xv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/video_out/video_out_xv.c b/src/video_out/video_out_xv.c index 0c1a15970..da34ee309 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.210 2005/03/06 09:55:35 tmattern Exp $ + * $Id: video_out_xv.c,v 1.211 2005/07/29 19:25:43 jstembridge Exp $ * * video_out_xv.c, X11 video extension interface for xine * @@ -47,7 +47,7 @@ #if defined (__SVR4) && defined (__sun) # include <sys/int_types.h> #else -# include <stdint.h> +# include "os_types.h" #endif #include <sys/types.h> |