* guimb/guimb.h : Guard with HAVE_LIBGUILE_H.
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -32,7 +32,9 @@ | ... | @@ -32,7 +32,9 @@ |
32 | #include <mailutils/address.h> | 32 | #include <mailutils/address.h> |
33 | #include <mailutils/registrar.h> | 33 | #include <mailutils/registrar.h> |
34 | 34 | ||
35 | #ifdef HAVE_LIBGUILE_H | ||
35 | #include <libguile.h> | 36 | #include <libguile.h> |
37 | #endif | ||
36 | 38 | ||
37 | extern char *program_file; | 39 | extern char *program_file; |
38 | extern char *program_expr; | 40 | extern char *program_expr; | ... | ... |
-
Please register or sign in to post a comment