- string.h wird nun includiert.

This commit is contained in:
Alexander Barton 2002-04-04 13:03:39 +00:00
parent ddbf2626d7
commit 7d4e9a019f
1 changed files with 2 additions and 1 deletions

View 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"