From 74a9b13ad87f381b05b007d38912446506a20168 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Thu, 26 Nov 2009 15:56:29 +0000
Subject: Fix compilation on GCC 4.4 (fix ticket #438).

git-svn-id: http://svn.drobilla.net/lad/trunk/raul@2285 a436a847-0d15-0410-975c-d299462d15a1
---
 src/SMFWriter.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'src')

diff --git a/src/SMFWriter.cpp b/src/SMFWriter.cpp
index 2949722..94b7347 100644
--- a/src/SMFWriter.cpp
+++ b/src/SMFWriter.cpp
@@ -14,7 +14,7 @@
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
-
+#include <stdio.h>
 #include <stdint.h>
 #include <cassert>
 #include <cstring>
-- 
cgit v1.2.1