mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 05:44:08 -07:00
7 lines
108 B
C
Executable file
7 lines
108 B
C
Executable file
#ifndef _bug_pthread_H
|
|
#define _bug_pthread_H
|
|
|
|
#include "posix.h"
|
|
#include "/usr/include/pthread.h"
|
|
|
|
#endif
|