[opendmarc-dev] PATCH for 0.1.7

Murray S. Kucherawy msk at blackops.org
Fri Jul 27 23:29:21 PDT 2012


Attached is a patch to get 0.1.7 to compile on Linux or other systems that 
don't have strlcat()/strlcpy().  Apologies for the oversight; it will 
appear in the next release.

-MSK
-------------- next part --------------
diff --git a/opendmarc/opendmarc.c b/opendmarc/opendmarc.c
index ffd2883..5eab72d 100644
--- a/opendmarc/opendmarc.c
+++ b/opendmarc/opendmarc.c
@@ -49,6 +49,7 @@
 
 /* libopendmarc */
 #include <dmarc.h>
+#include <opendmarc_strl.h>
 
 /* opendmarc includes */
 #include "opendmarc.h"


More information about the opendmarc-dev mailing list