diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-06-18 11:02:09 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2013-06-18 11:02:09 +0000 |
commit | 164dfa148ba196a2fce7ae678ad1efc14cd379e0 (patch) | |
tree | 0f8fe05c0738bb53d6237d07f64401262f06f10c /kerberosV | |
parent | 99a0b46b029faf9f6ee9d47bc57a4abc67e9aaff (diff) |
include <stddef.h> so that we have a size_t
from upstream Heimdal; this fixes some use of com_err
Diffstat (limited to 'kerberosV')
-rw-r--r-- | kerberosV/src/lib/com_err/com_right.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdarg.h> +#include <stddef.h> #endif struct error_table { |