@@ -13,10 +13,11 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" +#import "OFKernelEventObserver.h" #import "socket.h" /*! @file */ @@ -36,11 +37,12 @@ * port pair and @ref hostForAddress:port: to get the host / port pair for an * address. If you want to compare two addresses, you can use * @ref of_udp_socket_address_equal and you can use * @ref of_udp_socket_address_hash to get a hash to use in e.g. @ref OFMapTable. */ -@interface OFUDPSocket: OFObject +@interface OFUDPSocket: OFObject { int _socket; } /*!