X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=src%2Fsrc%2Fexim.h;h=ec809d6b7e5fc2b859f05037d08d9fa32d83112f;hb=42bfef1e908fe60f8a7a86e66616b51702f1c0fb;hp=066e99d2147a63aec3c719cab6aeee2aebec97b4;hpb=4328fd3cb019281becab844b6bf560632b1d34b1;p=exim.git diff --git a/src/src/exim.h b/src/src/exim.h index 066e99d21..ec809d6b7 100644 --- a/src/src/exim.h +++ b/src/src/exim.h @@ -495,6 +495,10 @@ config.h, mytypes.h, and store.h, so we don't need to mention them explicitly. #ifndef DISABLE_DKIM #include "dkim.h" #endif +#ifdef EXPERIMENTAL_DMARC +#include "dmarc.h" +#include +#endif /* The following stuff must follow the inclusion of config.h because it requires various things that are set therein. */