freebsd-ports/databases/cyrus-imspd/files/patch-af
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
304 B
Text

--- lib/imclient.h.orig Mon Oct 1 23:01:49 2001
+++ lib/imclient.h Mon Oct 1 22:43:26 2001
@@ -45,7 +45,7 @@
#ifndef INCLUDED_IMCLIENT_H
#define INCLUDED_IMCLIENT_H
-#include <sasl.h>
+#include <sasl1/sasl.h>
struct imclient;
struct sasl_client; /* to avoid having to include sasl sometimes */