nixpkgs/pkgs/development/libraries/libofa/gcc-4.x.patch

13 lines
309 B
Diff
Raw Normal View History

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);