mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-24 04:44:47 +00:00
dd364a5fcd
but might not work with non-buggy versions of them - we'll see This was SVN commit r82.
8 lines
108 B
C
Executable File
8 lines
108 B
C
Executable File
#ifndef _bug_pthread_H
|
|
#define _bug_pthread_H
|
|
|
|
#include "posix.h"
|
|
#include "/usr/include/pthread.h"
|
|
|
|
#endif
|