]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- string.h wird nun includiert.
authorAlexander Barton <alex@barton.de>
Wed, 26 Dec 2001 03:22:16 +0000 (03:22 +0000)
committerAlexander Barton <alex@barton.de>
Wed, 26 Dec 2001 03:22:16 +0000 (03:22 +0000)
src/ngircd/log.c

index 266b95393ae7dd771e5a61fc1a35b3e29f5eeff1..6d10759253f4e70fc5064405ecb67986db839127 100644 (file)
@@ -9,11 +9,14 @@
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
  * Naehere Informationen entnehmen Sie bitter der Datei COPYING. Eine Liste
  * der an comBase beteiligten Autoren finden Sie in der Datei AUTHORS.
  *
- * $Id: log.c,v 1.8 2001/12/25 23:13:00 alex Exp $
+ * $Id: log.c,v 1.9 2001/12/26 03:22:16 alex Exp $
  *
  * log.c: Logging-Funktionen
  *
  * $Log: log.c,v $
  *
  * log.c: Logging-Funktionen
  *
  * $Log: log.c,v $
+ * Revision 1.9  2001/12/26 03:22:16  alex
+ * - string.h wird nun includiert.
+ *
  * Revision 1.8  2001/12/25 23:13:00  alex
  * - Versionsstring bei Programmstart verbessert.
  *
  * Revision 1.8  2001/12/25 23:13:00  alex
  * - Versionsstring bei Programmstart verbessert.
  *
@@ -50,6 +53,7 @@
 #include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
 #include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <string.h>
 #include <syslog.h>
 
 #include <exp.h>
 #include <syslog.h>
 
 #include <exp.h>