summaryrefslogtreecommitdiff
path: root/pfinet/linux/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet/linux/socket.h')
-rw-r--r--pfinet/linux/socket.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pfinet/linux/socket.h b/pfinet/linux/socket.h
index dc979c05..c9dcfa62 100644
--- a/pfinet/linux/socket.h
+++ b/pfinet/linux/socket.h
@@ -1 +1,9 @@
+#ifndef _HACK_SOCKET_H_
+#define _HACK_SOCKET_H_
+
#include <sys/socket.h>
+#include <sys/ioctl.h>
+
+#define IP_MAX_MEMBERSHIPS 10
+
+#endif