From b7b9b190b6d36d1f96a51d2791ffdc9f4e937c39 Mon Sep 17 00:00:00 2001 From: Guillaume Nault Date: Wed, 24 Oct 2018 16:35:58 +0200 Subject: connlimit: make connlimit.h self-contained We need to include to define 'uint*_t' and for 'memcpy'. Signed-off-by: Guillaume Nault --- accel-pppd/include/connlimit.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/accel-pppd/include/connlimit.h b/accel-pppd/include/connlimit.h index 8711cf8b..2b2f0f4d 100644 --- a/accel-pppd/include/connlimit.h +++ b/accel-pppd/include/connlimit.h @@ -1,6 +1,9 @@ #ifndef __CONNLIMIT_H #define __CONNLIMIT_H +#include +#include + static inline uint64_t cl_key_from_ipv4(uint32_t ip) { return ip; -- cgit v1.2.3