freebsd-ports/audio/terminatorx/files/patch-src-tX-audiofile.h
Ying-Chieh Liao 37ed332e41 add terminatorX 3.72
Realtime audio synthesizer that allows you to "scratch" on audio data

PR:		38054
Submitted by:	Tilman Linneweh <tilman@arved.de>
2002-05-30 17:36:03 +00:00

11 lines
266 B
C

--- src/tX_audiofile.h.orig Mon May 13 21:30:21 2002
+++ src/tX_audiofile.h Mon May 13 21:30:45 2002
@@ -71,7 +71,7 @@
#define TX_FILE_MPG123 2
#define TX_FILE_OGG123 3
-#include <linux/limits.h>
+#include <limits.h>
#include "tX_types.h"
#include <stdio.h>