summaryrefslogtreecommitdiffstats
path: root/rfc822/encodeautodetect.c
diff options
context:
space:
mode:
authorSam Varshavchik2014-01-12 13:26:54 -0500
committerSam Varshavchik2014-01-12 13:26:54 -0500
commit40ed34ef54ac459116e2a37b63955c75a18a9441 (patch)
treeb4239ed6454f45853de0be3c5a8266e310f7f0b1 /rfc822/encodeautodetect.c
parenta307e734a37763fc25778adffc2cd5c0d0390555 (diff)
downloadcourier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2
Reconfigure against the standalone unicode library.
Diffstat (limited to 'rfc822/encodeautodetect.c')
-rw-r--r--rfc822/encodeautodetect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rfc822/encodeautodetect.c b/rfc822/encodeautodetect.c
index ad1ebc6..194c91b 100644
--- a/rfc822/encodeautodetect.c
+++ b/rfc822/encodeautodetect.c
@@ -8,7 +8,7 @@
#include "encode.h"
#include <string.h>
#include <stdlib.h>
-#include "../unicode/unicode.h"
+#include <unicode.h>
static const char *libmail_encode_autodetect(int use7bit,
int (*func)(void *), void *arg,