summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederic Gobry <frederic.gobry@smartdata.ch>2002-11-27 08:44:13 +0000
committerFrederic Gobry <frederic.gobry@smartdata.ch>2002-11-27 08:44:13 +0000
commit2ee5b2383019f9397a9982793d76933e9421511d (patch)
tree6bcfd6017509aac4fcfd7674f88eee5217db0291
parent065e591bc2ab904ba48a1c22396df38ff6d98e2c (diff)
downloadmailutils-2ee5b2383019f9397a9982793d76933e9421511d.tar.gz
mailutils-2ee5b2383019f9397a9982793d76933e9421511d.tar.bz2
fixed compilation without libltdl
-rw-r--r--libsieve/load.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsieve/load.c b/libsieve/load.c
index bb5de75cb..244b2d0a7 100644
--- a/libsieve/load.c
+++ b/libsieve/load.c
@@ -97,6 +97,7 @@ sieve_load_ext (sieve_machine_t mach, const char *name)
}
#else
+#include <sieve.h>
int
sieve_load_ext (sieve_machine_t mach, const char *name)

Return to:

Send suggestions and report system problems to the System administrator.