Commit 33a69e2d 33a69e2dd52008c5856e6d2622908c1c6cb7c09c by Sergey Poznyakoff

Fixed includes

1 parent 6f6b86a1
...@@ -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
......