X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=3e9c95393c5120c82bd91cc4bd84e5ea9c56f60c;hp=eddc0295f229a26c4e826d8656712c4609a35989;hb=96fbecf492a660afbe7cbd5d45ae1dbe02f3acbf;hpb=f0e41e36c3f1a3a5bb6ff66d92d2814391d8f908 diff --git a/http_send.c b/http_send.c index eddc0295..3e9c9539 100644 --- a/http_send.c +++ b/http_send.c @@ -1,14 +1,19 @@ /* - * Copyright (C) 2005-2012 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"