summaryrefslogtreecommitdiffstats
path: root/src/if_mzsch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/if_mzsch.h')
-rw-r--r--src/if_mzsch.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/if_mzsch.h b/src/if_mzsch.h
index 98bcf74b59..b745cce9ee 100644
--- a/src/if_mzsch.h
+++ b/src/if_mzsch.h
@@ -9,7 +9,10 @@
# define __CYGWIN32__
#endif
-#include <scheme.h>
+/* #ifdef needed for "make depend" */
+#ifdef FEAT_MZSCHEME
+# include <scheme.h>
+#endif
#ifdef __MINGW32__
# undef __CYGWIN32__