# HG changeset patch # User diego # Date 1286311865 0 # Node ID 29dc134ae9b35f5ddd1faafbda35047b83837714 # Parent 379ac243ea60f596a0bbfbe79c3e49a46b64e78e Add necessary #includes to make headers compile standalone. diff -r 379ac243ea60 -r 29dc134ae9b3 drivers/3dfx.h --- a/drivers/3dfx.h Tue Oct 05 20:24:03 2010 +0000 +++ b/drivers/3dfx.h Tue Oct 05 20:51:05 2010 +0000 @@ -22,6 +22,8 @@ #ifndef MPLAYER_3DFX_H #define MPLAYER_3DFX_H +#include + #define VOODOO_IO_REG_OFFSET ((unsigned long int)0x0000000) #define VOODOO_YUV_REG_OFFSET ((unsigned long int)0x0080100) #define VOODOO_AGP_REG_OFFSET ((unsigned long int)0x0080000) diff -r 379ac243ea60 -r 29dc134ae9b3 drivers/mga_vid.h --- a/drivers/mga_vid.h Tue Oct 05 20:24:03 2010 +0000 +++ b/drivers/mga_vid.h Tue Oct 05 20:51:05 2010 +0000 @@ -24,6 +24,8 @@ #ifndef MGA_VID_H #define MGA_VID_H +#include + typedef struct mga_vid_config_s { uint16_t version; diff -r 379ac243ea60 -r 29dc134ae9b3 drivers/radeon_vid.h --- a/drivers/radeon_vid.h Tue Oct 05 20:24:03 2010 +0000 +++ b/drivers/radeon_vid.h Tue Oct 05 20:51:05 2010 +0000 @@ -25,6 +25,8 @@ #ifndef MPLAYER_RADEON_VID_H #define MPLAYER_RADEON_VID_H +#include + typedef struct mga_vid_config_s { uint16_t version; diff -r 379ac243ea60 -r 29dc134ae9b3 drivers/tdfx_vid.h --- a/drivers/tdfx_vid.h Tue Oct 05 20:24:03 2010 +0000 +++ b/drivers/tdfx_vid.h Tue Oct 05 20:51:05 2010 +0000 @@ -21,6 +21,8 @@ #ifndef MPLAYER_TDFX_VID_H #define MPLAYER_TDFX_VID_H +#include + #define TDFX_VID_VERSION 1 #define TDFX_VID_MOVE_2_PACKED 0