X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=audiod.c;h=2a78332f2133c854937b4be239990cc6a3e1caf8;hp=ccb233180e750b5077ba2cda6d2f622fd2cbad9b;hb=7e58bd75a29d2d4e1d184191c2500b6aa7a7ad8a;hpb=c252837b853b35f06fffe637b2a6bf16419da954 diff --git a/audiod.c b/audiod.c index ccb23318..2a78332f 100644 --- a/audiod.c +++ b/audiod.c @@ -5,9 +5,11 @@ */ /** \file audiod.c the paraslash's audio daemon */ +#include +#include #include "para.h" - +#include "error.h" #include "audiod.cmdline.h" #include "list.h" #include "sched.h" @@ -24,7 +26,6 @@ #include "fd.h" #include "write.h" #include "write_common.h" -#include "error.h" #include "signal.h" /** define the array of error lists needed by para_audiod */ @@ -570,7 +571,7 @@ static void try_to_close_slot(int slot_num) /* * Check if any receivers/filters/writers need to be started and do so if - * neccessary. Since the pre_select function didn't have a chance yet to put + * necessary. Since the pre_select function didn't have a chance yet to put * file descriptors into the fd sets given by s, make the upcoming select() * return immediately to avoid a long timeout in case we started something. */