]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
Add btr support to the oggdec filter.
[paraslash.git] / client.c
index fef6ba4a5bc4194048a951d9ceb657d91d14e4ae..9bdd0e82fa48499fc61c1319ec1564d7ddb0f278 100644 (file)
--- a/client.c
+++ b/client.c
@@ -6,7 +6,9 @@
 
 /** \file client.c the client program used to connect to para_server */
 
+#include <regex.h>
 #include <openssl/rc4.h>
+#include <stdbool.h>
 
 #include "para.h"
 #include "list.h"
@@ -81,6 +83,7 @@ int main(int argc, char *argv[])
        int ret;
        static struct sched s;
 
+       init_random_seed_or_die();
        s.default_timeout.tv_sec = 1;
        s.default_timeout.tv_usec = 0;
        ret = client_open(argc, argv, &ct, &client_loglevel);