forked from Lainports/freebsd-ports
PR: ports/100768 Submitted by: Sven Berkvens-Matthijsse <sven at ilse.net> Approved by: Alexander Botero-Lowry <alex at foxybanana.com> (maintainer)
11 lines
281 B
C++
11 lines
281 B
C++
--- examples/example.cpp.orig Mon Jul 24 11:09:39 2006
|
|
+++ examples/example.cpp Mon Jul 24 11:09:50 2006
|
|
@@ -7,6 +7,8 @@
|
|
|
|
-------------------------------------------------------------------*/
|
|
|
|
+#include <stdio.h>
|
|
+
|
|
#include "protocol.h"
|
|
|
|
AudioData* loadWaveFile(char *file);
|