From 96d6623026ef69f1c76ffc68a8089f815b75d901 Mon Sep 17 00:00:00 2001 From: ehouse Date: Tue, 21 Mar 2006 04:04:43 +0000 Subject: [PATCH] include pthread.h for freebsd --- xwords4/relay/permid.h | 1 + xwords4/relay/timermgr.h | 2 ++ 2 files changed, 3 insertions(+) diff --git a/xwords4/relay/permid.h b/xwords4/relay/permid.h index 29c4bbe1b..0136c4ad0 100644 --- a/xwords4/relay/permid.h +++ b/xwords4/relay/permid.h @@ -23,6 +23,7 @@ #define _PERMID_H #include +#include /* Able to get a unique ID for every game ever started. A simple file * somewhere stores an ascii string representing a number. That's diff --git a/xwords4/relay/timermgr.h b/xwords4/relay/timermgr.h index c2a69ad9b..52137d47b 100644 --- a/xwords4/relay/timermgr.h +++ b/xwords4/relay/timermgr.h @@ -23,6 +23,8 @@ #include "list" +#include + #include "xwrelay_priv.h" using namespace std;