From 164dfa148ba196a2fce7ae678ad1efc14cd379e0 Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Tue, 18 Jun 2013 11:02:09 +0000 Subject: include so that we have a size_t from upstream Heimdal; this fixes some use of com_err --- kerberosV/src/lib/com_err/com_right.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'kerberosV') diff --git a/kerberosV/src/lib/com_err/com_right.h b/kerberosV/src/lib/com_err/com_right.h index 71219600825..fb46ff50c7c 100644 --- a/kerberosV/src/lib/com_err/com_right.h +++ b/kerberosV/src/lib/com_err/com_right.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -/* $Id: com_right.h,v 1.5 2013/06/17 18:57:42 robert Exp $ */ +/* $Id: com_right.h,v 1.6 2013/06/18 11:02:08 ajacoutot Exp $ */ #ifndef __COM_RIGHT_H__ #define __COM_RIGHT_H__ @@ -58,6 +58,7 @@ #ifdef __STDC__ #include +#include #endif struct error_table { -- cgit v1.2.3