summaryrefslogtreecommitdiff
path: root/libmu_scm
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:48:55 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-12-31 02:48:55 +0000
commit6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded (patch)
tree1924e009c8633f09c7c8545346ea661bbc9d8593 /libmu_scm
parent1463c0c32eca1ab83e1d35bd44e057c0b3d7002f (diff)
downloadmailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.gz
mailutils-6f6b86a1ae40e630ff4e4b85f6baeb0c7a933ded.tar.bz2
Fixed inlcudes.
Diffstat (limited to 'libmu_scm')
-rw-r--r--libmu_scm/mu_mime.c1
-rw-r--r--libmu_scm/mu_scm.c1
-rw-r--r--libmu_scm/mu_util.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/libmu_scm/mu_mime.c b/libmu_scm/mu_mime.c
index 6c30dcc4c..b1db9aa4f 100644
--- a/libmu_scm/mu_mime.c
+++ b/libmu_scm/mu_mime.c
@@ -16,7 +16,6 @@
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18#include "mu_scm.h" 18#include "mu_scm.h"
19#include <mailutils/mime.h>
20 19
21long mime_tag; 20long mime_tag;
22 21
diff --git a/libmu_scm/mu_scm.c b/libmu_scm/mu_scm.c
index 36b1ea078..17d20e414 100644
--- a/libmu_scm/mu_scm.c
+++ b/libmu_scm/mu_scm.c
@@ -16,7 +16,6 @@
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18#include "mu_scm.h" 18#include "mu_scm.h"
19#include <mailutils/registrar.h>
20 19
21#ifndef _PATH_SENDMAIL 20#ifndef _PATH_SENDMAIL
22# define _PATH_SENDMAIL "/usr/lib/sendmail" 21# define _PATH_SENDMAIL "/usr/lib/sendmail"
diff --git a/libmu_scm/mu_util.c b/libmu_scm/mu_util.c
index 69740d958..1a9713ae5 100644
--- a/libmu_scm/mu_util.c
+++ b/libmu_scm/mu_util.c
@@ -16,7 +16,6 @@
16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ 16 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
17 17
18#include "mu_scm.h" 18#include "mu_scm.h"
19#include <mailutils/mu_auth.h>
20 19
21SCM_DEFINE (mu_scm_getpwuid, "mu-getpwuid", 1, 0, 0, 20SCM_DEFINE (mu_scm_getpwuid, "mu-getpwuid", 1, 0, 0,
22 (SCM USER), 21 (SCM USER),

Return to:

Send suggestions and report system problems to the System administrator.