include pthread.h for freebsd

This commit is contained in:
ehouse 2006-03-21 04:04:43 +00:00
parent 3f819b871d
commit 96d6623026
2 changed files with 3 additions and 0 deletions

View file

@ -23,6 +23,7 @@
#define _PERMID_H #define _PERMID_H
#include <string> #include <string>
#include <pthread.h>
/* Able to get a unique ID for every game ever started. A simple file /* Able to get a unique ID for every game ever started. A simple file
* somewhere stores an ascii string representing a number. That's * somewhere stores an ascii string representing a number. That's

View file

@ -23,6 +23,8 @@
#include "list" #include "list"
#include <pthread.h>
#include "xwrelay_priv.h" #include "xwrelay_priv.h"
using namespace std; using namespace std;