Author: piumarta
Date: 2010-04-11 13:24:20 -0700 (Sun, 11 Apr 2010)
New Revision: 2194
Modified:
trunk/platforms/unix/plugins/MIDIPlugin/sqUnixMIDI.c
Log:
include "debug.h"
Modified: trunk/platforms/unix/plugins/MIDIPlugin/sqUnixMIDI.c
===================================================================
--- trunk/platforms/unix/plugins/MIDIPlugin/sqUnixMIDI.c 2010-04-11 20:24:05 UTC (rev 2193)
+++ trunk/platforms/unix/plugins/MIDIPlugin/sqUnixMIDI.c 2010-04-11 20:24:20 UTC (rev 2194)
@@ -27,13 +27,14 @@
/* Author:
[hidden email]
*
- * Last edited: 2007-03-11 16:56:02 by piumarta on emilia.local
+ * Last edited: 2010-04-11 13:17:59 by piumarta on ubuntu
*/
#include "sq.h"
#include "MIDIPlugin.h"
#include "config.h"
+#include "debug.h"
#if defined(USE_MIDI_ALSA)
# include "sqUnixMIDIALSA.inc"