summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlain Magloire <alainm@gnu.org>2003-02-23 23:33:13 +0000
committerAlain Magloire <alainm@gnu.org>2003-02-23 23:33:13 +0000
commitba47dbecb2ad4b33263065db9aebf2a093457bb8 (patch)
treed61b5dd027f0be5eeedf84bd5ed62ccb9380f1df
parent0d2f1ceb929042a32425217a80eb54061ff475a9 (diff)
downloadmailutils-ba47dbecb2ad4b33263065db9aebf2a093457bb8.tar.gz
mailutils-ba47dbecb2ad4b33263065db9aebf2a093457bb8.tar.bz2
include <mailutils/mailcap.h>
And added mailcap.c in the library.
-rw-r--r--mailbox/Makefile.am1
-rw-r--r--mailbox/mailcap.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/mailbox/Makefile.am b/mailbox/Makefile.am
index 12264fbf4..e8e1f5a2b 100644
--- a/mailbox/Makefile.am
+++ b/mailbox/Makefile.am
@@ -59,6 +59,7 @@ iterator.c \
list.c \
locker.c \
mailbox.c \
+mailcap.c \
mailer.c \
mapfile_stream.c \
mbx_default.c \
diff --git a/mailbox/mailcap.c b/mailbox/mailcap.c
index 9645c2d85..fc4590c0c 100644
--- a/mailbox/mailcap.c
+++ b/mailbox/mailcap.c
@@ -24,7 +24,7 @@
#include <string.h>
#include <errno.h>
-#include <mailcap.h>
+#include <mailutils/mailcap.h>
/* Definition of the structure, this should be in mailutils/sys/mailcap.h. */
struct _mu_mailcap_entry

Return to:

Send suggestions and report system problems to the System administrator.