Mercurial > mplayer.hg
changeset 27063:290ba4821dda
Add missing #includes that are required for things used in the header.
author | diego |
---|---|
date | Tue, 17 Jun 2008 09:09:36 +0000 |
parents | 3673e0ea8e39 |
children | 57b3a2ae7120 |
files | libmpdemux/aviheader.h libmpdemux/demuxer.h |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/aviheader.h Tue Jun 17 08:58:26 2008 +0000 +++ b/libmpdemux/aviheader.h Tue Jun 17 09:09:36 2008 +0000 @@ -1,7 +1,9 @@ #ifndef MPLAYER_AVIHEADER_H #define MPLAYER_AVIHEADER_H -//#include "config.h" /* get correct definition WORDS_BIGENDIAN */ +#include <sys/types.h> +#include <stdint.h> +#include "config.h" /* get correct definition of WORDS_BIGENDIAN */ #include "libavutil/common.h" #include "mpbswap.h"