X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;ds=sidebyside;f=http_send.c;h=50211701b2f3df2c5fd8e919b352b7c967961b3a;hb=53077ea78f01e197e84529ae42558af5c3a68429;hp=e376c4646cc92554dda73cd906d34f9d2f8e7155;hpb=f32c0776882e01913c64c8ccbf2d94e0fb4d6369;p=paraslash.git diff --git a/http_send.c b/http_send.c index e376c464..50211701 100644 --- a/http_send.c +++ b/http_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,8 +8,8 @@ #include #include -#include #include +#include #include "para.h" #include "error.h" @@ -21,6 +21,7 @@ #include "http.h" #include "list.h" #include "send.h" +#include "sched.h" #include "vss.h" #include "close_on_fork.h" #include "net.h"