X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=server.c;h=89f1e20ff9739359bf01025f59c81d88981cce4c;hp=9bf6c3f88004fb3c4a00a2d892b58a53e7a3df89;hb=6494f4bfddde1b9e06c4cb8bcd3acf7b9cc762f1;hpb=345e7b4adce741621a412c3845712e8540b572ad diff --git a/server.c b/server.c index 9bf6c3f8..89f1e20f 100644 --- a/server.c +++ b/server.c @@ -59,12 +59,13 @@ * - Ring buffer: \ref ringbuffer.c, \ref ringbuffer.h, * - Hashing: \ref hash.h, \ref sha1.h, \ref sha1.c, * - Crypto: \ref crypt.c. - * + * - Forward error correction: \ref fec.c */ #include #include #include +#include #include "para.h" #include "error.h"