diff -Naur libofa-0.9.3/examples/example.cpp libofa-0.9.3-magellan/examples/example.cpp --- libofa-0.9.3/examples/example.cpp 2010-09-30 12:05:39.000000000 +0200 +++ libofa-0.9.3-magellan/examples/example.cpp 2010-09-30 12:05:56.000000000 +0200 @@ -10,6 +10,7 @@ #include "protocol.h" #include +#include AudioData* loadWaveFile(char *file); AudioData* loadDataUsingLAME(char *file);