# HG changeset patch # User Binki # Date 2009-07-28 23:33:51 # Node ID bd3a8baa47b6366777677369bcdeb0cc23ae7d07 # Parent 535fab1ec39019b314adca176985a2f1828bc81b compromisingly eliminate compile errors diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -53,6 +53,7 @@ #include "execio.h" #include "options.h" #include "blendjob.h" +#include "protocol.h" #include #include @@ -483,6 +484,8 @@ int main(int argc, char *argv[]) while(cont) { struct distren_action *action; + int clientsays; /*< temporary example variable, will be replaced when we can handle messages */ + int framenumprevious; /*< @TODO why is this variable used? */ distrend_accept(&action); cont = distrend_do(action);