summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-11-24 00:04:45 +0100
committerRobin Gareus <robin@gareus.org>2014-11-24 00:04:45 +0100
commitc0e8647806a75db0bd1d1558a84522cd63d74d32 (patch)
tree45d2ddaa97aac9d99f8a50f7af9849ff17344de4
parent3aea7af3fd236974a10f119f629171f55f623588 (diff)
amend c4533939b9
-rw-r--r--libs/ardour/ardour/system_exec.h2
-rw-r--r--libs/ardour/system_exec.cc2
-rw-r--r--libs/pbd/mountpoint.cc2
3 files changed, 1 insertions, 5 deletions
diff --git a/libs/ardour/ardour/system_exec.h b/libs/ardour/ardour/system_exec.h
index 6aa04bc07d..ae865c7bff 100644
--- a/libs/ardour/ardour/system_exec.h
+++ b/libs/ardour/ardour/system_exec.h
@@ -40,9 +40,7 @@ public:
}
private:
-#ifndef PLATFORM_WINDOWS
static char * _vfork_exec_wrapper;
-#endif
}; /* end class */
diff --git a/libs/ardour/system_exec.cc b/libs/ardour/system_exec.cc
index 6ee6d809e0..d83165252a 100644
--- a/libs/ardour/system_exec.cc
+++ b/libs/ardour/system_exec.cc
@@ -27,9 +27,7 @@
using namespace ARDOUR;
-#ifndef PLATFORM_WINDOWS
char * SystemExec::_vfork_exec_wrapper = NULL;
-#endif
static char *vfork_exec_wrapper_path() {
#ifdef PLATFORM_WINDOWS
diff --git a/libs/pbd/mountpoint.cc b/libs/pbd/mountpoint.cc
index 545e71fbf2..ba4243979d 100644
--- a/libs/pbd/mountpoint.cc
+++ b/libs/pbd/mountpoint.cc
@@ -95,7 +95,7 @@ mountpoint (string path)
}
#elif defined(PLATFORM_WINDOWS)
-
+#include <assert.h>
string
mountpoint (string path)
{