X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=e8dddf5bc27a80238436811b7d2b46680cddb3d7;hp=0f2967b3317e13f5272964fca46f136d44774bfa;hb=1ecb886f1aa76e72bd11d45782210b5ca19bce42;hpb=037059c8a25ce134af1eaa6c3fa8ac96b9f7e0b6 diff --git a/server.c b/server.c index 0f2967b3..e8dddf5b 100644 --- a/server.c +++ b/server.c @@ -57,13 +57,11 @@ * * - Doubly linked lists: \ref list.h, * - Ring buffer: \ref ringbuffer.c, \ref ringbuffer.h, - * - Hashing: \ref hash.h, \ref sha1.h, \ref sha1.c, - * - Crypto: \ref crypt.c. + * - Crypto: \ref crypt.c, \ref crypt.h. * - Forward error correction: \ref fec.c. */ #include -#include #include #include #include @@ -90,6 +88,7 @@ #include "signal.h" #include "user_list.h" #include "color.h" +#include "version.h" /** Define the array of error lists needed by para_server. */ INIT_SERVER_ERRLISTS;