X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=3e9c95393c5120c82bd91cc4bd84e5ea9c56f60c;hp=52383b06b465d14b8369badbc3606a7753ec90c5;hb=a713c13d1089170828403e98c57d3fba9aedf9a4;hpb=c5e38315901ea63efd169af5d4ba3f3c66db7de9 diff --git a/http_send.c b/http_send.c index 52383b06..3e9c9539 100644 --- a/http_send.c +++ b/http_send.c @@ -1,14 +1,19 @@ /* - * Copyright (C) 2005-2013 Andre Noll + * Copyright (C) 2005-2014 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"