libGL: pthread_xx_t types are declared in pthread.h.
This commit is contained in:
parent
10a008c67c
commit
fffb9fdefe
|
@ -9,3 +9,14 @@
|
||||||
#include "pipe/p_compiler.h"
|
#include "pipe/p_compiler.h"
|
||||||
#include "pipe/p_state.h"
|
#include "pipe/p_state.h"
|
||||||
|
|
||||||
|
--- src/gallium/state_trackers/nine/threadpool.h.orig 2015-05-07 14:10:53.443337212 +0200
|
||||||
|
+++ src/gallium/state_trackers/nine/threadpool.h 2015-05-07 14:11:04.210307653 +0200
|
||||||
|
@@ -24,6 +24,8 @@
|
||||||
|
#ifndef _THREADPOOL_H_
|
||||||
|
#define _THREADPOOL_H_
|
||||||
|
|
||||||
|
+#include <pthread.h>
|
||||||
|
+
|
||||||
|
#define MAXTHREADS 1
|
||||||
|
|
||||||
|
struct threadpool {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Template build file for 'libGL'
|
# Template build file for 'libGL'.
|
||||||
pkgname=libGL
|
pkgname=libGL
|
||||||
version=10.5.4
|
version=10.5.4
|
||||||
revision=1
|
revision=1
|
||||||
|
|
Loading…
Reference in New Issue