X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fngircd%2Firc-encoding.c;h=7b7121b1ac4f7ecdded062b2192d1ceafb2d5e7a;hb=21767c968d5799ce153f860db6c119eb4b7f9518;hp=dfc412bc9a107a1a9a682f8dcc4d1db980f8921f;hpb=259c314d142abd6f9295047c116235cfdd119563;p=ngircd-alex.git diff --git a/src/ngircd/irc-encoding.c b/src/ngircd/irc-encoding.c index dfc412bc..7b7121b1 100644 --- a/src/ngircd/irc-encoding.c +++ b/src/ngircd/irc-encoding.c @@ -1,6 +1,6 @@ /* * ngIRCd -- The Next Generation IRC Daemon - * Copyright (c)2001-2013 Alexander Barton (alex@barton.de) and Contributors. + * Copyright (c)2001-2014 Alexander Barton (alex@barton.de) and Contributors. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,6 +16,8 @@ * IRC encoding commands */ +#ifdef ICONV + #include #include @@ -29,8 +31,6 @@ #include "irc-encoding.h" -#ifdef ICONV - /** * Handler for the IRC+ "CHARCONV" command. *