- (djm) Add CVS Id's to files that we have missed
diff --git a/md5crypt.c b/md5crypt.c
index 2600783..ba98ccc 100644
--- a/md5crypt.c
+++ b/md5crypt.c
@@ -15,12 +15,12 @@
  * Adapted from shadow-19990607 by Tudor Bosman, tudorb@jm.nu
  */
 
-#include "config.h"
+#include "includes.h"
+
+RCSID("$Id: md5crypt.c,v 1.5 2001/02/09 01:55:36 djm Exp $");
 
 #if defined(HAVE_MD5_PASSWORDS) && !defined(HAVE_MD5_CRYPT)
 
-#include <unistd.h>
-#include <string.h>
 #include <openssl/md5.h>
 
 static unsigned char itoa64[] =		/* 0 ... 63 => ascii - 64 */