From 87281a7d6aed2c6292f152206dc12c1850be7eaa Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 10 Mar 2008 19:28:42 +0000 Subject: Add missing header #includes to fix 'make checkheaders'. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26216 b3059339-0415-0410-9bf9-f77b7e298cf2 --- stream/netstream.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'stream/netstream.h') diff --git a/stream/netstream.h b/stream/netstream.h index e092ef126c..4326a9d3e4 100644 --- a/stream/netstream.h +++ b/stream/netstream.h @@ -10,6 +10,14 @@ #ifndef MPLAYER_NETSTREAM_H #define MPLAYER_NETSTREAM_H +#include +#include +#include +#include +#include +#include "mp_msg.h" +#include "mpbswap.h" + typedef struct mp_net_stream_packet_st { uint16_t len; uint8_t cmd; -- cgit v1.2.3