# HG changeset patch # User Binki # Date 2009-09-17 16:53:27 # Node ID dd9e5549c8a7c9778f074773a880196d38e11ac7 # Parent 093a013628623b737b63b3ee8ceb40ba4fb34dee fixed param, missing include diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -33,6 +33,7 @@ #include /* getopt */ #include #include +#include /* ******************* Structs ************************ */ @@ -187,7 +188,7 @@ void mortition(struct distrenjob *head, /** creates a structure from starting data, then calls another function to actually add that struct to the queue */ -void prepare_distrenjob(struct frameset *head, int type, char *name, char *submitter, char *email, int priority, int start_frame, int end_frame) +void prepare_distrenjob(struct distrenjob *head, int type, char *name, char *submitter, char *email, int priority, int start_frame, int end_frame) { int counter2; int counter;