]> andersk Git - moira.git/blobdiff - update/checksum.c
Remove useless delcaration of index().
[moira.git] / update / checksum.c
index 86c1d74758a9f8fb0ddc23d0977c93854e474ad9..d806f98b09c6b8edf1cd5ce01bbb69ef19d98027 100644 (file)
@@ -2,12 +2,17 @@
  *     $Source$
  *     $Header$
  */
+/*  (c) Copyright 1988 by the Massachusetts Institute of Technology. */
+/*  For copying and distribution information, please see the file */
+/*  <mit-copyright.h>. */
 
 #ifndef lint
 static char *rcsid_checksum_c = "$Header$";
 #endif lint
 
+#include <mit-copyright.h>
 #include <stdio.h>
+#include <sys/types.h>
 #include <sys/file.h>
 
 /*
This page took 0.098201 seconds and 4 git commands to generate.