comparison libvo/gl_common.h @ 26163:f3e72d1a2329

This header uses parts of stdint.h, so #include it.
author diego
date Fri, 07 Mar 2008 20:25:26 +0000
parents 0585db9f5b32
children 0d255d03016f
comparison
equal deleted inserted replaced
26162:0585db9f5b32 26163:f3e72d1a2329
1 #ifndef MPLAYER_GL_COMMON_H 1 #ifndef MPLAYER_GL_COMMON_H
2 #define MPLAYER_GL_COMMON_H 2 #define MPLAYER_GL_COMMON_H
3 3
4 #include <stdio.h> 4 #include <stdio.h>
5 #include <stdint.h>
5 6
6 #include "mp_msg.h" 7 #include "mp_msg.h"
7 #include "config.h" 8 #include "config.h"
8 9
9 #include <GL/gl.h> 10 #include <GL/gl.h>