From 81d75ed16a8bc917868e4720fed7d9cbd4f195c2 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Fri, 7 Mar 2003 07:52:49 +0000 Subject: [PATCH] globals.h is looking for crypt.h instead of mutt_crypt.h. --- globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.40.0