X-Git-Url: http://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=src%2Fhttp.c;h=4370f250d33c3b5b5e1c1bdee9e863d5e0fb347f;hb=7322824fadde9e95f79c630b70b25a8a660ab503;hp=7fda573991c6ca73bcdad179b6135d9383ced3be;hpb=c9ae4ae075de3815f814dbf48d2336cf536de42c;p=ppastats.git diff --git a/src/http.c b/src/http.c index 7fda573..4370f25 100644 --- a/src/http.c +++ b/src/http.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 jeanfi@gmail.com + * Copyright (C) 2011-2014 jeanfi@gmail.com * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -28,7 +28,7 @@ #include "fcache.h" #include "http.h" -#include "log.h" +#include static const int DEFAULT_FETCH_RETRIES = 10;