diff options
Diffstat (limited to 'src/xine-utils/xineutils.h')
-rw-r--r-- | src/xine-utils/xineutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 349fc594f..ca8085d57 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.10 2002/03/21 21:30:51 guenter Exp $ + * $Id: xineutils.h,v 1.11 2002/03/23 22:39:11 guenter Exp $ * */ #ifndef XINEUTILS_H @@ -31,6 +31,7 @@ extern "C" { #include <stdlib.h> #include <string.h> #include <inttypes.h> +#include <pthread.h> #include "attributes.h" #include "compat.h" |