add an Amp to Delivery, remove it from Send, make use of this in various ::run()...
[ardour.git] / libs / gtkmm2ext / bindings.cc
index e049cd8d57e9c5a41af18d196bc31363d27007ac..f96bd586d985ec6d7cbcb35957291885df535b08 100644 (file)
@@ -19,6 +19,8 @@
 
 #include <iostream>
 
+#include <glib/gstdio.h>
+
 #include "pbd/xml++.h"
 #include "pbd/convert.h"
 
@@ -389,7 +391,7 @@ Bindings::save (const string& path)
         save (*root);
 
         if (!tree.write (path)) {
-                ::unlink (path.c_str());
+                ::g_unlink (path.c_str());
                 return false;
         }