pkgsrc/audio/xwave/patches/patch-ar
itohy df9513074d - Fix file I/O on alpha. Only RIFF(PCM) is tested.
- Fix offset on copy & paste when current format has header (not raw format).
2001-11-18 15:03:39 +00:00

12 lines
320 B
Text

$NetBSD: patch-ar,v 1.1 2001/11/18 15:03:40 itohy Exp $
--- src/audio_file.c.orig Thu Aug 13 08:27:09 1998
+++ src/audio_file.c Sun Nov 18 21:21:01 2001
@@ -16,6 +16,7 @@
#include "xwave.h"
#include "xwave_widget.h"
#include "audio_file.h"
+#include "endian.h"
#include "riff.h"
#include "aifc.h"
#include "au.h"