]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- string.h wird nun includiert.
authorAlexander Barton <alex@barton.de>
Thu, 4 Apr 2002 13:03:39 +0000 (13:03 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 4 Apr 2002 13:03:39 +0000 (13:03 +0000)
src/ngircd/irc-oper.c

index 965015943d068c02046cb4795899f930d4a47f2f..b58d16fb253ac1384a9a8c46e0ca9375d4ca56cd 100644 (file)
@@ -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 <assert.h>
+#include <string.h>
 
 #include "ngircd.h"
 #include "conf.h"