X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fserv_chat.c;h=6f3c41efbdc10bb6aaf4446ebc32e9bc0be5ab52;hb=366a3a5141eefb75f26621ab6ba2969ad8d42f6e;hp=539bdc0ec5e853e2c8be51744f59df50f9b03133;hpb=51d61320a63eadc16dc6c5efd9aa591a38e63ea8;p=citadel.git diff --git a/citadel/serv_chat.c b/citadel/serv_chat.c index 539bdc0ec..6f3c41efb 100644 --- a/citadel/serv_chat.c +++ b/citadel/serv_chat.c @@ -6,6 +6,7 @@ * * $Id$ */ +#include "sysdep.h" #include #include #include @@ -18,7 +19,9 @@ #include #include #include +#ifdef HAVE_PTHREAD_H #include +#endif #include "citadel.h" #include "server.h" #include