diff options
Diffstat (limited to 'pingu_iface.h')
-rw-r--r-- | pingu_iface.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/pingu_iface.h b/pingu_iface.h index e690506..5d94136 100644 --- a/pingu_iface.h +++ b/pingu_iface.h @@ -3,13 +3,9 @@ #include <netinet/in.h> #include <ev.h> -#include "list.h" -union sockaddr_any { - struct sockaddr sa; - struct sockaddr_in sin; - struct sockaddr_in6 sin6; -}; +#include "sockaddr_util.h" +#include "list.h" struct pingu_gateway { union sockaddr_any gw; |