properly include config.h in source files, not headers
[bpt/guile.git] / src / vm.c
index af1b026..53fcdb8 100644 (file)
--- a/src/vm.c
+++ b/src/vm.c
  * whether to permit this exception to apply to your modifications.
  * If you do not wish that, delete this exception notice.  */
 
+#if HAVE_CONFIG_H
+#  include <config.h>
+#endif
+
 #include <string.h>
 #include "envs.h"
 #include "frames.h"