]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/tool/tool.c
Invite: prefix last argument with colon when necessary.
[ngircd-alex.git] / src / tool / tool.c
index 01d892fd97a903c4e21cdde716bccbad2ffef67a..1e723773d98f3fb6a6f061df1c6dda7a7045301e 100644 (file)
@@ -14,7 +14,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: tool.c,v 1.6 2006/04/09 12:53:07 alex Exp $";
+static char UNUSED id[] = "$Id: tool.c,v 1.9 2008/02/26 22:04:18 fw Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -22,6 +22,8 @@ static char UNUSED id[] = "$Id: tool.c,v 1.6 2006/04/09 12:53:07 alex Exp $";
 #include <stdio.h>
 #include <string.h>
 
+#include <netinet/in.h>
+
 #include "exp.h"
 #include "tool.h"
 
@@ -104,5 +106,4 @@ ngt_TrimLastChr( char *String, const char Chr)
        if( String[len] == Chr ) String[len] = '\0';
 } /* ngt_TrimLastChr */
 
-
 /* -eof- */