Magellan Linux

Contents of /trunk/libtunepimp/patches/libtunepimp-0.3.0-compile-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (show annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 393 byte(s)
-import

1 --- lib/threads/posix/thread.cpp.orig 2004-08-10 18:29:40.072865000 -0500
2 +++ lib/threads/posix/thread.cpp 2004-08-10 18:29:46.896827600 -0500
3 @@ -29,6 +29,7 @@
4 #include <string.h>
5 #include <sched.h>
6 #include "thread.h"
7 +#include <signal.h>
8
9 #define DB printf("%s:%d\n", __FILE__, __LINE__);
10