afsconfig-and-rcsid-all-around-20010705
[openafs.git] / src / util / base32.c
index 0e5793d..a20abb4 100644 (file)
@@ -8,6 +8,10 @@
  */
 
 #include <afs/param.h>
+#include <afsconfig.h>
+
+RCSID("$Header$");
+
 #include "afsutil.h"
 
 static char *c_xlate = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ";