]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.c
fd.c: Introduce para_chdir().
[paraslash.git] / audiod.c
index 5e0ff8d49f2dec598f1b87c64b1bf421dd9266a6..2a78332f2133c854937b4be239990cc6a3e1caf8 100644 (file)
--- a/audiod.c
+++ b/audiod.c
@@ -5,6 +5,8 @@
  */
 
 /** \file audiod.c the paraslash's audio daemon */
+#include <sys/types.h>
+#include <dirent.h>
 
 #include "para.h"
 #include "error.h"
@@ -569,7 +571,7 @@ static void try_to_close_slot(int slot_num)
 
 /*
  * Check if any receivers/filters/writers need to be started and do so if
- * neccessary.  Since the pre_select function didn't have a chance yet to put
+ * necessary.  Since the pre_select function didn't have a chance yet to put
  * file descriptors into the fd sets given by s, make the upcoming select()
  * return immediately to avoid a long timeout in case we started something.
  */