]> andersk Git - moira.git/blobdiff - lib/hash.c
update for use with new com_err library
[moira.git] / lib / hash.c
index 1d61cbb310abd5ddb7ef0e172edc379a42555d70..200fae56116c65ff200299cc9c576cc49affa9f7 100644 (file)
@@ -1,10 +1,16 @@
 /* $Header$
  *
  * Generic hash table routines.  Uses integer keys to store char * values.
+ *
+ *  (c) Copyright 1988 by the Massachusetts Institute of Technology.
+ *  For copying and distribution information, please see the file
+ *  <mit-copyright.h>.
  */
 
+#include <mit-copyright.h>
 #include <ctype.h>
-#include "sms_app.h"
+#include <sms.h>
+
 #define NULL 0
 
 
This page took 0.048837 seconds and 4 git commands to generate.