From: mdw Date: Sun, 21 Jan 2001 19:04:51 +0000 (+0000) Subject: Include `crc32.h' for @CRC32@ macro. X-Git-Tag: 2.0.4~127 X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/commitdiff_plain/0ae5e7b3fd62e0251d21f3abbc187f4c7585f85f Include `crc32.h' for @CRC32@ macro. --- 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"