]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - server.c
Fix para_strerror() and use osl() wrapper for osl library calls.
[paraslash.git] / server.c
index 9bf6c3f88004fb3c4a00a2d892b58a53e7a3df89..89f1e20ff9739359bf01025f59c81d88981cce4c 100644 (file)
--- a/server.c
+++ b/server.c
  *     - 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 <signal.h>
 #include <dirent.h>
 #include <sys/time.h>
+#include <osl.h>
 
 #include "para.h"
 #include "error.h"