c318a7e095
Audacity is a free audio editor. You can record sounds, play sounds, import and export WAV, AIFF, Ogg Vorbis, and MP3 files, and more. Use it to edit your sounds using Cut, Copy and Paste (with unlimited Undo), mix tracks together, or apply effects to your recordings. Initial port and many patches by jakemsr@. Thanks to maintainer Antoine Jacoutot for persistence and keeping the port alive. ok jakemsr@
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
$OpenBSD: patch-lib-src_libnyquist_snd_snd_h,v 1.1.1.1 2006/01/12 08:59:27 steven Exp $
|
|
--- lib-src/libnyquist/snd/snd.h.orig Tue Jan 11 20:57:17 2005
|
|
+++ lib-src/libnyquist/snd/snd.h Tue Jan 11 21:02:43 2005
|
|
@@ -15,6 +15,7 @@ error here
|
|
|
|
/* Standard includes */
|
|
#include <stdlib.h>
|
|
+#include <unistd.h>
|
|
|
|
#include "sndconfig.h"
|
|
|