X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=8b705d0d156b65f57caab561163b32c65fb77c92;hp=4ad857662f6ef5d9029129c6714b8c0c20ecdca4;hb=9de1287d67c9562e9140c6dc7deb0c01c4e10cc0;hpb=92f089b820b45a5dbdc5b4f69d596105d5acba68 diff --git a/http_send.c b/http_send.c index 4ad85766..8b705d0d 100644 --- a/http_send.c +++ b/http_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2011 Andre Noll + * Copyright (C) 2005-2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,7 +8,6 @@ #include #include -#include #include #include "para.h" @@ -21,6 +20,7 @@ #include "http.h" #include "list.h" #include "send.h" +#include "sched.h" #include "vss.h" #include "close_on_fork.h" #include "net.h"