Include `crc32.h' for @CRC32@ macro.
authormdw <mdw>
Sun, 21 Jan 2001 19:04:51 +0000 (19:04 +0000)
committermdw <mdw>
Sun, 21 Jan 2001 19:04:51 +0000 (19:04 +0000)
atom.c

diff --git a/atom.c b/atom.c
index 66e9b57..661c342 100644 (file)
--- 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"