repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 3be92e9d70ebf81f80c721c6a1d556f3f9ef6447:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 3be92e9d70ebf81f80c721c6a1d556f3f9ef6447
Author: Alexander Barton 
Date:   Wed Dec 26 03:22:16 2001 +0000

    - string.h wird nun includiert.

diff --git a/src/ngircd/log.c b/src/ngircd/log.c
index 266b95393ae7dd771e5a61fc1a35b3e29f5eeff1..
index ..6d10759253f4e70fc5064405ecb67986db839127 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 
 #include 
 #include 
+#include 
 #include 

 #include 

-----END OF PAGE-----