diff --git a/include/randomid.h b/include/randomid.h index e0734f19e67f..e0e85246c14f 100644 --- a/include/randomid.h +++ b/include/randomid.h @@ -1,4 +1,4 @@ -/* $NetBSD: randomid.h,v 1.2 2005/12/26 19:01:47 perry Exp $ */ +/* $NetBSD: randomid.h,v 1.3 2016/01/22 23:15:42 dholland Exp $ */ /* $KAME: ip6_id.c,v 1.8 2003/09/06 13:41:06 itojun Exp $ */ /* $OpenBSD: ip_id.c,v 1.6 2002/03/15 18:19:52 millert Exp $ */ @@ -69,6 +69,8 @@ #ifndef _RANDOMID_H_ #define _RANDOMID_H_ +#include + struct randomid_ctx; typedef struct randomid_ctx *randomid_t;