1 2 3 4 5 6 7 8 9
#ifndef _HACK_SOCKET_H_ #define _HACK_SOCKET_H_ #include <sys/socket.h> #include <sys/ioctl.h> #define IP_MAX_MEMBERSHIPS 10 #endif