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;