make Route::nth_send() and Route::nth_processor() be const
[ardour.git] / libs / ardour / rc_configuration.cc
index 452d8eb1a86d208bd06098d818adf086592dc041..2abf3477fb58a63147f58e2e311218790b9a73f0 100644 (file)
@@ -21,7 +21,7 @@
 #include <cstdio> /* for snprintf, grrr */
 
 #include <glib.h>
-#include <glib/gstdio.h> /* for g_stat() */
+#include "pbd/gstdio_compat.h"
 #include <glibmm/miscutils.h>
 
 #include "pbd/xml++.h"