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