summaryrefslogtreecommitdiffstats
path: root/stream/netstream.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/netstream.h')
-rw-r--r--stream/netstream.h8
1 files changed, 8 insertions, 0 deletions
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 <stdint.h>
+#include <stdlib.h>
+#include <string.h>
+#include <errno.h>
+#include <sys/socket.h>
+#include "mp_msg.h"
+#include "mpbswap.h"
+
typedef struct mp_net_stream_packet_st {
uint16_t len;
uint8_t cmd;