X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/a7f86da7e19ebf61011b313e107b17ae11fe7d5d..0ae5e7b3fd62e0251d21f3abbc187f4c7585f85f:/atom.c?ds=sidebyside 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"