12 lines
257 B
Text
12 lines
257 B
Text
|
Index: examples/example.cpp
|
||
|
--- examples/example.cpp.orig
|
||
|
+++ examples/example.cpp
|
||
|
@@ -7,6 +7,7 @@
|
||
|
|
||
|
-------------------------------------------------------------------*/
|
||
|
|
||
|
+#include <cstring>
|
||
|
#include "protocol.h"
|
||
|
|
||
|
AudioData* loadWaveFile(char *file);
|