Files
pkgsrc-ng/audio/liteamp/patches/patch-ab
2013-09-26 17:14:40 +02:00

12 lines
260 B
Plaintext

$NetBSD: patch-ab,v 1.1 2004/03/04 17:53:57 minskim Exp $
--- src/decoder.c.orig 2003-07-13 22:20:36.000000000 -0500
+++ src/decoder.c
@@ -1,4 +1,6 @@
/* vim: set ai et ts=4 sw=4: */
+#include <pthread.h>
+
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif