Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b9b173b3
...
b9b173b346e5f913071fde62eb338f2e8d398568
authored
2001-07-23 20:23:50 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* libmu_scm/mu_scm.h: Guard with HAVE_LIBGUILE_H.
1 parent
f899257a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
libmu_scm/mu_scm.h
libmu_scm/mu_scm.h
View file @
b9b173b
...
...
@@ -35,7 +35,9 @@
#include <mailutils/registrar.h>
#include <mailutils/mutil.h>
#ifdef HAVE_LIBGUILE_H
#include <libguile.h>
#endif
extern
SCM
_mu_scm_mailer
;
extern
SCM
_mu_scm_debug
;
...
...
Please
register
or
sign in
to post a comment