X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=random_selector.c;h=36d4d5807ffe8416c6c6cf271ee285c8f08d581f;hp=bef1b7fdb96bdcd0e35c540f9c82d0c179929590;hb=880818ccab1a9223399194926dfa33b509d8bc12;hpb=471684761a2039bbc89aa1e3c33c62de6bef86cf diff --git a/random_selector.c b/random_selector.c index bef1b7fd..36d4d580 100644 --- a/random_selector.c +++ b/random_selector.c @@ -7,9 +7,11 @@ /** \file random_selector.c An audio file selector which chooses files by random */ #include /* gettimeofday */ +#include "para.h" #include "server.cmdline.h" +#include "afh.h" #include "server.h" -#include "afs.h" +#include "afs_common.h" #include "error.h" #include "net.h" #include "string.h"