summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/system_exec.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/ardour/system_exec.h')
-rw-r--r--libs/ardour/ardour/system_exec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/system_exec.h b/libs/ardour/ardour/system_exec.h
index ae865c7bff..6aa04bc07d 100644
--- a/libs/ardour/ardour/system_exec.h
+++ b/libs/ardour/ardour/system_exec.h
@@ -40,7 +40,9 @@ public:
}
private:
+#ifndef PLATFORM_WINDOWS
static char * _vfork_exec_wrapper;
+#endif
}; /* end class */