X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=ce2dddfa82dcbcfbcc039e7b805af157947a2f26;hb=03849db5d67e1702b1311429966fedd2545512d7;hp=1c4b26eae6db11639625bd56041a740a48c40ff7;hpb=027f2c1237051d2d569d6be7f381c886f659bac3;p=paraslash.git diff --git a/http_send.c b/http_send.c index 1c4b26ea..ce2dddfa 100644 --- a/http_send.c +++ b/http_send.c @@ -1,14 +1,19 @@ /* - * Copyright (C) 2005-2014 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"