From c9337b31f756cae85299c8275b21088ce02885e2 Mon Sep 17 00:00:00 2001 From: Felix Janda Date: Wed, 24 Jun 2015 19:53:34 +0200 Subject: Use stdint types everywhere Signed-off-by: Felix Janda --- include/ulogd/addr.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/ulogd/addr.h') diff --git a/include/ulogd/addr.h b/include/ulogd/addr.h index b4432e3..2259b6c 100644 --- a/include/ulogd/addr.h +++ b/include/ulogd/addr.h @@ -8,7 +8,9 @@ #ifndef _ADDR_H #define _ADDR_H -u_int32_t ulogd_bits2netmask(int bits); +#include + +uint32_t ulogd_bits2netmask(int bits); void ulogd_ipv6_cidr2mask_host(uint8_t cidr, uint32_t *res); void ulogd_ipv6_addr2addr_host(uint32_t *addr, uint32_t *res); -- cgit v1.2.3