Include `bits.h'.
authormdw <mdw>
Mon, 3 Jul 2000 18:08:24 +0000 (18:08 +0000)
committermdw <mdw>
Mon, 3 Jul 2000 18:08:24 +0000 (18:08 +0000)
ghash.h

diff --git a/ghash.h b/ghash.h
index 85b3d7f..725a0a3 100644 (file)
--- 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 <stddef.h>
 
+#include <mLib/bits.h>
+
 /*----- Generic hash function interface -----------------------------------*/
 
 typedef struct ghash {