Fixed includes
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -15,7 +15,7 @@ | ... | @@ -15,7 +15,7 @@ |
15 | along with GNU Mailutils; if not, write to the Free Software | 15 | along with GNU Mailutils; if not, write to the Free Software |
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 | 19 | ||
20 | static void _scheme_main (void *closure, int argc, char **argv); | 20 | static void _scheme_main (void *closure, int argc, char **argv); |
21 | 21 | ... | ... |
-
Please register or sign in to post a comment