From 4ad448a55fcff224458a0aec0bd27376acaf2262 Mon Sep 17 00:00:00 2001 From: ae Date: Mon, 29 Jul 2013 12:49:32 +0000 Subject: Include stdint.h to fix build. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pointed by: Olivier Cochard-Labbé --- tools/tools/crypto/ipsecstats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/tools/crypto/ipsecstats.c b/tools/tools/crypto/ipsecstats.c index 7da16e5..9f98ea8 100644 --- a/tools/tools/crypto/ipsecstats.c +++ b/tools/tools/crypto/ipsecstats.c @@ -25,11 +25,12 @@ * * $FreeBSD$ */ -#include #include #include #include #include +#include +#include struct alg { int a; -- cgit v1.1