summaryrefslogtreecommitdiffstats
path: root/stream/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'stream/http.h')
-rw-r--r--stream/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stream/http.h b/stream/http.h
index 0cb3752e11..345dd5bfb9 100644
--- a/stream/http.h
+++ b/stream/http.h
@@ -7,6 +7,8 @@
#ifndef MPLAYER_HTTP_H
#define MPLAYER_HTTP_H
+#include <sys/types.h>
+
typedef struct HTTP_field_type {
char *field_name;
struct HTTP_field_type *next;