From 0ae5e7b3fd62e0251d21f3abbc187f4c7585f85f Mon Sep 17 00:00:00 2001 From: mdw Date: Sun, 21 Jan 2001 19:04:51 +0000 Subject: [PATCH] Include `crc32.h' for @CRC32@ macro. --- atom.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/atom.c b/atom.c index 66e9b57..661c342 100644 --- a/atom.c +++ b/atom.c @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: atom.c,v 1.1 2001/01/20 11:50:16 mdw Exp $ + * $Id: atom.c,v 1.2 2001/01/21 19:04:51 mdw Exp $ * * Atom management * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: atom.c,v $ + * Revision 1.2 2001/01/21 19:04:51 mdw + * Include `crc32.h' for @CRC32@ macro. + * * Revision 1.1 2001/01/20 11:50:16 mdw * Implementation of atom tables (for example, as found in X11). * @@ -42,6 +45,7 @@ #include "alloc.h" #include "atom.h" +#include "crc32.h" #include "hash.h" #include "sym.h" -- 2.11.0