blob: acc73e95dd79ff1c0b356d6bbbe985e6b92e3a07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
http://tracker.ardour.org/view.php?id=2181
diff -up ardour-2.4/libs/surfaces/tranzport/screen.cc.gcc43 ardour-2.4/libs/surfaces/tranzport/screen.cc
--- ardour-2.4/libs/surfaces/tranzport/screen.cc.gcc43 2008-04-05 16:55:26.000000000 -0400
+++ ardour-2.4/libs/surfaces/tranzport/screen.cc 2008-04-05 16:55:39.000000000 -0400
@@ -19,6 +19,7 @@
* */
#include <tranzport_control_protocol.h>
+#include <cstring>
void
TranzportControlProtocol::screen_clear ()
|