pkgsrc/audio/libofa/patches/patch-ab
2006-07-18 19:11:15 +00:00

12 lines
287 B
Text

$NetBSD: patch-ab,v 1.1 2006/07/18 19:11:15 joerg Exp $
--- examples/uselame.cpp.orig 2006-07-18 19:06:49.000000000 +0000
+++ examples/uselame.cpp
@@ -11,6 +11,7 @@
#include "windows.h"
#else
#include <sys/wait.h>
+#include <unistd.h>
#endif
AudioData *loadWaveFile(char *file);