*** empty log message ***
[bpt/guile.git] / libguile / guile.c
index 8684423..27be7a9 100644 (file)
 #include <libguile.h>
 
 #ifdef HAVE_CONFIG_H
-#include <scmconfig.h>
+#include <libguile/scmconfig.h>
 #endif
 #ifdef DYNAMIC_LINKING
-#include <ltdl.h>
+#include <libltdl/ltdl.h>
 #endif
 
 /* Debugger interface (don't change the order of the following lines) */
@@ -76,3 +76,9 @@ main (int argc, char **argv)
   scm_boot_guile (argc, argv, inner_main, 0);
   return 0; /* never reached */
 }
+
+/*
+  Local Variables:
+  c-file-style: "gnu"
+  End:
+*/