summaryrefslogtreecommitdiff
path: root/from
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2002-03-25 03:46:11 +0000
committerSam Roberts <sroberts@uniserve.com>2002-03-25 03:46:11 +0000
commitbdb9aa2c94f6593ac43da0b6452c90b09aca0cdf (patch)
tree2274e0409f2406e5f87d20229cd7f07f28c0ed7b /from
parent2de90f2cd76a35205e9bb42e5845779a3a0c0bc2 (diff)
downloadmailutils-bdb9aa2c94f6593ac43da0b6452c90b09aca0cdf.tar.gz
mailutils-bdb9aa2c94f6593ac43da0b6452c90b09aca0cdf.tar.bz2
Finished split of forward declarations into <mailutils/types.h>. Now you
have to include the header for the functions you want to use, but you can change a header without causing a recompile of everything. Also added some missing LGPL file headers.
Diffstat (limited to 'from')
-rw-r--r--from/from.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/from/from.c b/from/from.c
index 3b53e2188..b0c743f0e 100644
--- a/from/from.c
+++ b/from/from.c
@@ -35,8 +35,12 @@
#include <mailutils/address.h>
#include <mailutils/errno.h>
+#include <mailutils/header.h>
+#include <mailutils/list.h>
#include <mailutils/mailbox.h>
+#include <mailutils/message.h>
#include <mailutils/registrar.h>
+#include <mailutils/stream.h>
int
main(int argc, char **argv)

Return to:

Send suggestions and report system problems to the System administrator.