DMARC support by opendmarc libs
[exim.git] / src / src / exim.h
index 066e99d2147a63aec3c719cab6aeee2aebec97b4..ec809d6b7e5fc2b859f05037d08d9fa32d83112f 100644 (file)
@@ -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 <opendmarc/dmarc.h>
+#endif
 
 /* The following stuff must follow the inclusion of config.h because it
 requires various things that are set therein. */