]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - dccp_send.c
sched: Allow more than one running scheduler instance.
[paraslash.git] / dccp_send.c
index 38e4b7c822e20a209c278a219e28b3121578a305..53fa54e3fbac6fca71ea6005c10a6fa2e707dd3f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2011 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -13,7 +13,6 @@
 
 #include <regex.h>
 #include <sys/types.h>
-#include <dirent.h>
 #include <osl.h>
 
 #include "para.h"
@@ -25,6 +24,7 @@
 #include "net.h"
 #include "list.h"
 #include "send.h"
+#include "sched.h"
 #include "vss.h"
 #include "fd.h"
 #include "close_on_fork.h"