a6ab3980da
DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, BSD, OpenSolaris and probably other UNIX-like systems. ok dcoppa@
13 lines
390 B
Plaintext
13 lines
390 B
Plaintext
$OpenBSD: patch-plugins_musepack_musepack_c,v 1.1.1.1 2012/08/08 18:06:48 shadchin Exp $
|
|
--- plugins/musepack/musepack.c.orig Fri Jun 8 21:59:04 2012
|
|
+++ plugins/musepack/musepack.c Fri Jun 8 21:59:18 2012
|
|
@@ -21,7 +21,7 @@
|
|
#include <limits.h>
|
|
#include <unistd.h>
|
|
#include <math.h>
|
|
-#include "mpc/mpcdec.h"
|
|
+#include <mpc/mpcdec.h>
|
|
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|