aa29a40854
The TunePimp library (also referred to as libtunepimp) is a development library geared towards developers who wish to create MusicBrainz enabled tagging applications.
12 lines
293 B
Text
12 lines
293 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2004/08/21 11:17:55 markd Exp $
|
|
|
|
--- lib/threads/posix/thread.h.orig 2004-03-25 21:20:15.000000000 +1200
|
|
+++ lib/threads/posix/thread.h
|
|
@@ -28,6 +28,7 @@
|
|
#define __THREAD_H_
|
|
|
|
#include <pthread.h>
|
|
+#include <signal.h>
|
|
#include "semaphore.h"
|
|
|
|
#include "defs.h"
|