mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
541 B

  1. diff -dur libtunepimp-0.3.0/lib/threads/posix/thread.cpp libtunepimp-0.3.0/lib/threads/posix/thread.cpp
  2. --- libtunepimp-0.3.0/lib/threads/posix/thread.cpp 2004-01-11 10:27:52.000000000 +0100
  3. +++ libtunepimp-0.3.0/lib/threads/posix/thread.cpp 2006-01-04 23:54:02.000000000 +0100
  4. @@ -24,6 +24,8 @@
  5. $Id: thread.cpp,v 1.6 2003/10/05 02:21:52 robert Exp $
  6. ----------------------------------------------------------------------------*/
  7. +#include <pthread.h>
  8. +#include <signal.h>
  9. #include <stdio.h>
  10. #include <errno.h>
  11. #include <string.h>