From: Jim Mock Date: Fri, 7 Mar 2003 07:52:49 +0000 (+0000) Subject: globals.h is looking for crypt.h instead of mutt_crypt.h. X-Git-Tag: mutt-1-5-4-rel~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81d75ed16a8bc917868e4720fed7d9cbd4f195c2;p=mutt globals.h is looking for crypt.h instead of mutt_crypt.h. --- diff --git a/globals.h b/globals.h index eab75802..445611ca 100644 --- a/globals.h +++ b/globals.h @@ -236,5 +236,5 @@ extern const char *Months[]; #include "mutt_regex.h" #include "buffy.h" #include "sort.h" -#include "crypt.h" +#include "mutt_crypt.h" #endif /* MAIN_C */