mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
include pthread.h for freebsd
This commit is contained in:
parent
3f819b871d
commit
96d6623026
2 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
|||
#define _PERMID_H
|
||||
|
||||
#include <string>
|
||||
#include <pthread.h>
|
||||
|
||||
/* Able to get a unique ID for every game ever started. A simple file
|
||||
* somewhere stores an ascii string representing a number. That's
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
|
||||
#include "list"
|
||||
|
||||
#include <pthread.h>
|
||||
|
||||
#include "xwrelay_priv.h"
|
||||
|
||||
using namespace std;
|
||||
|
|
Loading…
Reference in a new issue