From 623af9cd28158f14c565092a571d43f26340ea30 Mon Sep 17 00:00:00 2001 From: Steven Edwards Date: Fri, 19 Aug 2005 21:21:04 +0000 Subject: [PATCH] mixed case sucks svn path=/trunk/; revision=17442 --- irc/ArchBlackmann/cram_md5.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/irc/ArchBlackmann/cram_md5.cpp b/irc/ArchBlackmann/cram_md5.cpp index dfaf771f031..d4c37cf49aa 100644 --- a/irc/ArchBlackmann/cram_md5.cpp +++ b/irc/ArchBlackmann/cram_md5.cpp @@ -2,7 +2,7 @@ // This file is (C) 2004 Royce Mitchell III // and released under the BSD & LGPL licenses -#include "md5.h" +#include "MD5.h" #include "cram_md5.h" #include "base64.h"