From 20aa4704667efe38520849bd9c32040a9958bc9a Mon Sep 17 00:00:00 2001 From: mdw Date: Mon, 3 Jul 2000 18:08:24 +0000 Subject: [PATCH] Include `bits.h'. --- ghash.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ghash.h b/ghash.h index 85b3d7f..725a0a3 100644 --- a/ghash.h +++ b/ghash.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: ghash.h,v 1.3 2000/07/02 18:27:42 mdw Exp $ + * $Id: ghash.h,v 1.4 2000/07/03 18:08:24 mdw Exp $ * * Generic hash function interface * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: ghash.h,v $ + * Revision 1.4 2000/07/03 18:08:24 mdw + * Include `bits.h'. + * * Revision 1.3 2000/07/02 18:27:42 mdw * (ghash->ops->done): Interface change. Passing in a null buffer pointer * uses a buffer internal to the ghash object. The operation returns the @@ -55,6 +58,8 @@ #include +#include + /*----- Generic hash function interface -----------------------------------*/ typedef struct ghash { -- 2.11.0