diff options
author | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-29 19:25:43 +0000 |
---|---|---|
committer | James Stembridge <jstembridge@users.sourceforge.net> | 2005-07-29 19:25:43 +0000 |
commit | d5017abb571eebb9c3751e22ade87337050b931b (patch) | |
tree | 9641f7ec32efd3ca91d6b7c51d562fb6214d6e0b | |
parent | 98fba206c5a07eae99c3fb13b5afee61a9cb5322 (diff) | |
download | xine-lib-d5017abb571eebb9c3751e22ade87337050b931b.tar.gz xine-lib-d5017abb571eebb9c3751e22ade87337050b931b.tar.bz2 |
Use our own header for integer defs
CVS patchset: 7698
CVS date: 2005/07/29 19:25:43
-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> |