freebsd-ports/databases/cyrus-imspd/files/patch-aa
Hajimu UMEMOTO b211a1e6c4 moving saslv1 includes files to make it easier to add saslv2
PR:		ports/40288
Submitted by:	Mathieu Arnold <m@absolight.net>
Approved by:	knu
2002-07-28 17:26:12 +00:00

11 lines
248 B
Text

--- imsp/dispatch.c.orig Mon Oct 1 22:49:47 2001
+++ imsp/dispatch.c Mon Oct 1 22:40:20 2001
@@ -57,7 +57,7 @@
#endif
#include "dispatch.h"
-#include <sasl.h>
+#include <sasl1/sasl.h>
#ifndef HAVE_GETDTABLESIZE
#define getdtablesize() 32