X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_recv.c;h=1f02e48d9ae5ad2e32ae3273110cb540912e67a0;hp=7db8ba193c1eaa2fd6046efd91011c25d37da032;hb=f76ab46a9216133332cb7e17d38d392caeca22cb;hpb=e2eebf654cae2fc004cee516a0e165127c0214ca 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"