diff --git a/Rakefile b/Rakefile
index da72bc55f93016538ac2087fa338669c939b68a3..a64e41121745efd6b05ce9cd2002cee64e1879f4 100755
--- a/Rakefile
+++ b/Rakefile
@@ -46,6 +46,7 @@ Rake::ExtensionTask.new("fox16", hoe.spec) do |ext|
   ext.cross_compile = true
   ext.cross_platform = ['i386-mingw32']
   ext.cross_config_options += [
+    "--with-fox-include=#{STATIC_INSTALLDIR}/include/fox-1.6",
     "--with-fxscintilla-include=#{STATIC_INSTALLDIR}/include/fxscintilla",
     "--with-installed-dir=#{STATIC_INSTALLDIR}",
     "--enable-win32-static-build",