Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127901 | Differences between
and this patch

Collapse All | Expand All

(-)mplayer-1.0.20060302/libmpdemux/stream.h (+1 lines)
Lines 3-8 Link Here
3
3
4
#include "mp_msg.h"
4
#include "mp_msg.h"
5
#include <string.h>
5
#include <string.h>
6
#define __STDC_LIMIT_MACROS
6
#include <inttypes.h>
7
#include <inttypes.h>
7
#include <sys/types.h>
8
#include <sys/types.h>
8
9

Return to bug 127901