blob: 4a0eb68b177c4c84ca3b7e1532e5e5ab33fcf403 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- ./examples/example.cpp.orig 2011-03-18 11:01:22.000000000 -0400
+++ ./examples/example.cpp 2011-03-18 11:01:22.000000000 -0400
@@ -7,6 +7,8 @@
-------------------------------------------------------------------*/
+#include <stdio.h>
+#include <string.h>
#include "protocol.h"
AudioData* loadWaveFile(char *file);
|