From e1aa66cb3f5325e3cc8b346c7d4c0b6db1522358 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 17 Apr 2015 18:23:10 -0400 Subject: [PATCH] fix mingw build --- gtk2_ardour/bundle_env_mingw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/bundle_env_mingw.cc b/gtk2_ardour/bundle_env_mingw.cc index e97bc0bd99..f53c461299 100644 --- a/gtk2_ardour/bundle_env_mingw.cc +++ b/gtk2_ardour/bundle_env_mingw.cc @@ -18,7 +18,7 @@ */ #include -#inc;ude +#include #include "bundle_env.h" #include "i18n.h"