X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhttp.c;h=a7c328a0d42f7d4274f2d7b0406edf7ddf29439c;hb=9bf84c30a3d0e3e1d4b9136aee9c0a4b8ae769d2;hp=3d62fcd2ee8683da9d56c729f08bd58f8409231c;hpb=3576736bac485d8f04b2fc4f6b5cfcef7576d741;p=yaz-moved-to-github.git diff --git a/src/http.c b/src/http.c index 3d62fcd..a7c328a 100644 --- a/src/http.c +++ b/src/http.c @@ -1,8 +1,6 @@ -/* - * Copyright (C) 1995-2007, Index Data ApS +/* This file is part of the YAZ toolkit. + * Copyright (C) 1995-2008 Index Data * See the file LICENSE for details. - * - * $Id: http.c,v 1.4 2007-11-30 11:44:47 adam Exp $ */ /** @@ -14,6 +12,7 @@ #include #include #include +#include #include #ifdef WIN32