Skip to content

Commit 680d186

Browse files
QuzarDCQuzarDC
authored andcommitted
Add pthread include to fix 9.5.0-winxp profile.
1 parent 5494e88 commit 680d186

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

utils/dc-chain/patches/gcc/gthr-kos.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
4545
#include <arch/irq.h>
4646
#include <time.h>
4747

48+
/* 9.5.0 somehow requires this. Remove when no longer supported */
49+
#include <pthread.h>
50+
4851
/* These should work just fine. */
4952
typedef kthread_key_t __gthread_key_t;
5053
typedef kthread_once_t __gthread_once_t;

0 commit comments

Comments
 (0)