blob: e7ffccaaafdabae8f54747d8d4d525242d5a5e7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- examples/example.cpp.orig 2016-07-26 15:10:24 UTC
+++ examples/example.cpp
@@ -7,6 +7,8 @@
-------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
#include "protocol.h"
AudioData* loadWaveFile(char *file);
|