blob: f09b1aa4c62b4c24c6690bf887117831521774e9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- participants.h.orig Tue Jul 20 13:49:28 2004
+++ participants.h Tue Jul 20 13:49:40 2004
@@ -3,6 +3,7 @@
#define MAX_CLIENTS 1024
+#include <sys/types.h>
#include <sys/socket.h>
typedef struct participantsDb *participantsDb_t;
|