]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/irc-write.c
- Adjusted includes for new "conn-func.h" header.
[ngircd-alex.git] / src / ngircd / irc-write.c
index b1df7b8e01754c7396749da612cb39783f0004aa..b8a5e28d6eaa1095f5291e6c478a09c539638a95 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: irc-write.c,v 1.13 2002/12/12 12:24:18 alex Exp $";
+static char UNUSED id[] = "$Id: irc-write.c,v 1.14 2002/12/30 17:15:42 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -22,7 +22,7 @@ static char UNUSED id[] = "$Id: irc-write.c,v 1.13 2002/12/12 12:24:18 alex Exp
 #include <stdio.h>
 #include <string.h>
 
-#include "conn.h"
+#include "conn-func.h"
 #include "client.h"
 #include "channel.h"
 #include "defines.h"