]> arthur.barton.de Git - ngircd-alex.git/commitdiff
- added missing include of stdio.h header for sprintf().
authorAlexander Barton <alex@barton.de>
Thu, 12 Dec 2002 11:40:41 +0000 (11:40 +0000)
committerAlexander Barton <alex@barton.de>
Thu, 12 Dec 2002 11:40:41 +0000 (11:40 +0000)
src/ngircd/irc.c

index dfa0e94d35822b89fe830ec5a07cafb868f2b81a..b638a90a69014a281ba876b01d578ea44be8cffa 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.c,v 1.105 2002/12/06 17:02:39 alex Exp $
+ * $Id: irc.c,v 1.106 2002/12/12 11:40:41 alex Exp $
  *
  * irc.c: IRC-Befehle
  */
@@ -19,6 +19,7 @@
 
 #include "imp.h"
 #include <assert.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "conn.h"