]> granicus.if.org Git - mutt/commitdiff
globals.h is looking for crypt.h instead of mutt_crypt.h.
authorJim Mock <mij@soupnazi.org>
Fri, 7 Mar 2003 07:52:49 +0000 (07:52 +0000)
committerJim Mock <mij@soupnazi.org>
Fri, 7 Mar 2003 07:52:49 +0000 (07:52 +0000)
globals.h

index eab758022eb5de341cbe8b9e8035a9b794864440..445611ca60e3b3e944e8cbbdd6df86f5ad12664a 100644 (file)
--- 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 */