about summary refs log tree commit diff
path: root/pkgs/development/libraries/libofa/gcc-4.x.patch
blob: 50f72bb428c661fe3ebafe8e98d0b061057d7ef1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/examples/example.cpp b/examples/example.cpp
index ef978d5..7d58a0f 100644
--- a/examples/example.cpp
+++ b/examples/example.cpp
@@ -10,6 +10,7 @@
 #include "protocol.h"
 
 #include <string.h>
+#include <stdio.h>
  
 AudioData* loadWaveFile(char *file);
 AudioData* loadDataUsingLAME(char *file);