From owner-svn-src-head@FreeBSD.ORG Mon Jul 29 12:49:32 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D5A97F10; Mon, 29 Jul 2013 12:49:32 +0000 (UTC) (envelope-from ae@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2B362496; Mon, 29 Jul 2013 12:49:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TCnW2t082061; Mon, 29 Jul 2013 12:49:32 GMT (envelope-from ae@svn.freebsd.org) Received: (from ae@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r6TCnW41082060; Mon, 29 Jul 2013 12:49:32 GMT (envelope-from ae@svn.freebsd.org) Message-Id: <201307291249.r6TCnW41082060@svn.freebsd.org> From: "Andrey V. Elsukov" Date: Mon, 29 Jul 2013 12:49:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r253767 - head/tools/tools/crypto X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 12:49:32 -0000 Author: ae Date: Mon Jul 29 12:49:32 2013 New Revision: 253767 URL: http://svnweb.freebsd.org/changeset/base/253767 Log: Include stdint.h to fix build. Pointed by: Olivier Cochard-Labbé Modified: head/tools/tools/crypto/ipsecstats.c Modified: head/tools/tools/crypto/ipsecstats.c ============================================================================== --- head/tools/tools/crypto/ipsecstats.c Mon Jul 29 12:33:03 2013 (r253766) +++ head/tools/tools/crypto/ipsecstats.c Mon Jul 29 12:49:32 2013 (r253767) @@ -25,11 +25,12 @@ * * $FreeBSD$ */ -#include #include #include #include #include +#include +#include struct alg { int a;