commit 7d4e9a019f435382160bc515f5c423c92513f7d6 from: Alexander Barton date: Thu Apr 04 13:03:39 2002 UTC - string.h wird nun includiert. commit - ddbf2626d73efe37994a7acfffac03875c99b994 commit + 7d4e9a019f435382160bc515f5c423c92513f7d6 blob - 965015943d068c02046cb4795899f930d4a47f2f blob + b58d16fb253ac1384a9a8c46e0ca9375d4ca56cd --- src/ngircd/irc-oper.c +++ src/ngircd/irc-oper.c @@ -9,7 +9,7 @@ * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste * der an ngIRCd beteiligten Autoren finden Sie in der Datei AUTHORS. * - * $Id: irc-oper.c,v 1.3 2002/03/27 20:52:58 alex Exp $ + * $Id: irc-oper.c,v 1.4 2002/04/04 13:03:39 alex Exp $ * * irc-oper.c: IRC-Operator-Befehle */ @@ -19,6 +19,7 @@ #include "imp.h" #include +#include #include "ngircd.h" #include "conf.h"