blob: f9d0073c506337f20bb1798665a1fa94f6b77c5c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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);
|