about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2001-12-26 03:22:16 +0000
committerAlexander Barton <alex@barton.de>2001-12-26 03:22:16 +0000
commit3be92e9d70ebf81f80c721c6a1d556f3f9ef6447 (patch)
tree4649ef604a6aaadb6f3f1f99674b75652d6913b4 /src
parent332db40678ce9a9885aefbd50f71d97d42b0d255 (diff)
downloadngircd-3be92e9d70ebf81f80c721c6a1d556f3f9ef6447.tar.gz
ngircd-3be92e9d70ebf81f80c721c6a1d556f3f9ef6447.zip
- string.h wird nun includiert.
Diffstat (limited to 'src')
-rw-r--r--src/ngircd/log.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ngircd/log.c b/src/ngircd/log.c
index 266b9539..6d107592 100644
--- a/src/ngircd/log.c
+++ b/src/ngircd/log.c
@@ -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.
  *
- * $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 $
+ * 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.
  *
@@ -50,6 +53,7 @@
 #include <assert.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <string.h>
 #include <syslog.h>
 
 #include <exp.h>