X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=60b877c08082ffa7e1cd7fb41617ab32bb7a465a;hp=eddc0295f229a26c4e826d8656712c4609a35989;hb=017aa6503f639c7d0bb7b7be200da5fde4f2f4bd;hpb=0703f75a276020f9645f987134d49402f7c019c0 diff --git a/http_send.c b/http_send.c index eddc0295..60b877c0 100644 --- a/http_send.c +++ b/http_send.c @@ -1,14 +1,19 @@ /* - * Copyright (C) 2005-2012 Andre Noll + * Copyright (C) 2005-2013 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ /** \file http_send.c paraslash's http sender */ +#include +#include #include #include #include +#include +#include +#include #include "para.h" #include "error.h"