X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=1f02e48d9ae5ad2e32ae3273110cb540912e67a0;hp=7db8ba193c1eaa2fd6046efd91011c25d37da032;hb=a731a7c6e78fb137268b42062d9fb08b4e49a2c8;hpb=650e5374914c1eb725ce7d2a720611bec22112bc diff --git a/http_recv.c b/http_recv.c index 7db8ba19..1f02e48d 100644 --- a/http_recv.c +++ b/http_recv.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -7,7 +7,12 @@ /** \file http_recv.c paraslash's http receiver */ #include +#include +#include #include +#include +#include +#include #include "para.h" #include "error.h"