forked from mirrors/0ad
4b8f4fc07b
This was SVN commit r225.
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
|