diff options
| author | Sam Varshavchik | 2014-01-12 13:26:54 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2014-01-12 13:26:54 -0500 |
| commit | 40ed34ef54ac459116e2a37b63955c75a18a9441 (patch) | |
| tree | b4239ed6454f45853de0be3c5a8266e310f7f0b1 /gpglib/delete.c | |
| parent | a307e734a37763fc25778adffc2cd5c0d0390555 (diff) | |
| download | courier-libs-40ed34ef54ac459116e2a37b63955c75a18a9441.tar.bz2 | |
Reconfigure against the standalone unicode library.
Diffstat (limited to 'gpglib/delete.c')
| -rw-r--r-- | gpglib/delete.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gpglib/delete.c b/gpglib/delete.c index 53943c9..1ecf66b 100644 --- a/gpglib/delete.c +++ b/gpglib/delete.c @@ -12,11 +12,10 @@ #include <sys/types.h> #include <sys/stat.h> #include <sys/time.h> - +#include <unicode.h> #include "gpg.h" #include "gpglib.h" -#include "unicode/unicode.h" #include "numlib/numlib.h" extern int libmail_gpg_stdin, libmail_gpg_stdout, libmail_gpg_stderr; |
