summaryrefslogtreecommitdiff
path: root/net/udpcast/files/patch-participants.h
blob: 6e7ef8da3d7f22c5bec1d12454ec5f7e3e93917f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- participants.h.orig	2005-12-22 23:59:18.000000000 +0100
+++ participants.h	2009-02-05 12:18:19.000000000 +0100
@@ -3,6 +3,10 @@
 
 #define MAX_CLIENTS 1024
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
+
 typedef struct participantsDb *participantsDb_t;
 
 #define isParticipantValid udpc_isParticipantValid