freebsd-ports/audio/libofa/files/patch-examples_examples.cpp
Renato Botelho 22b5a587fe UNBREAK: Fix build on 4.x
PR:		ports/100768
Submitted by:	Sven Berkvens-Matthijsse <sven at ilse.net>
Approved by:	Alexander Botero-Lowry <alex at foxybanana.com> (maintainer)
2006-07-24 17:24:32 +00:00

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);