comparison libvo/sdl_common.h @ 31892:b2329beb7406

Add #includes for headers necessary to pass 'make checkheaders'.
author diego
date Wed, 18 Aug 2010 13:45:06 +0000
parents 56dea60de72c
children f1a31e5fc35f
comparison
equal deleted inserted replaced
31891:4f17ff5b3cbc 31892:b2329beb7406
20 20
21 #ifndef MPLAYER_SDL_COMMON_H 21 #ifndef MPLAYER_SDL_COMMON_H
22 #define MPLAYER_SDL_COMMON_H 22 #define MPLAYER_SDL_COMMON_H
23 23
24 #include "config.h" 24 #include "config.h"
25 #include <stdint.h>
25 #ifdef CONFIG_SDL_SDL_H 26 #ifdef CONFIG_SDL_SDL_H
26 #include <SDL/SDL.h> 27 #include <SDL/SDL.h>
27 #else 28 #else
28 #include <SDL.h> 29 #include <SDL.h>
29 #endif 30 #endif