Fix compiling with --enable-debug option

This commit is contained in:
Pavel Tvrdík 2015-11-09 09:14:26 +01:00 committed by Ondrej Zajicek (work)
parent 9ddbfbddf8
commit fce764f90e

View file

@ -246,7 +246,7 @@ nl_parse_attrs(struct rtattr *a, struct rtattr **k, int ksize)
return 1;
}
static inline ip4_addr rta_get_u32(struct rtattr *a)
static inline u32 rta_get_u32(struct rtattr *a)
{ return *(u32 *) RTA_DATA(a); }
static inline ip4_addr rta_get_ip4(struct rtattr *a)