12345678910111213 |
- $OpenBSD: patch-src_TrackArtist_cpp,v 1.1 2009/10/28 18:40:13 jakemsr Exp $
- --- src/TrackArtist.cpp.orig Mon Oct 19 01:25:55 2009
- +++ src/TrackArtist.cpp Mon Oct 19 01:26:15 2009
- @@ -39,7 +39,7 @@
- #include <wx/datetime.h>
-
- #ifdef USE_MIDI
- -#include "allegro.h"
- +#include "../lib-src/portsmf/allegro.h"
- #include "NoteTrack.h"
- #endif // USE_MIDI
-
|