Commit 33a69e2d 33a69e2dd52008c5856e6d2622908c1c6cb7c09c by Sergey Poznyakoff

Fixed includes

1 parent 6f6b86a1
......@@ -15,7 +15,7 @@
along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <mu_scm.h>
#include "mu_scm.h"
static void _scheme_main (void *closure, int argc, char **argv);
......