diff options
Diffstat (limited to 'camel/camel.c')
-rw-r--r-- | camel/camel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel.c b/camel/camel.c index ba70162aca..8233e98925 100644 --- a/camel/camel.c +++ b/camel/camel.c @@ -29,7 +29,7 @@ #ifdef HAVE_NSS #include <nspr.h> #include <prthread.h> -#include <nss.h> +#include "nss.h" /* Don't use <> here or it will include the system nss.h instead */ #include <ssl.h> #endif /* HAVE_NSS */ |