11 lines
260 B
Text
11 lines
260 B
Text
$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
|