]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/client.c
Added #include for strings.h to fix compiler warnings.
[ngircd-alex.git] / src / ngircd / client.c
index 5260f146116899eb55842e8c92946904c0ca9dc4..00f9cc6c9b3db10e785b941deda9ad7ea0e20c5f 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: client.c,v 1.74 2003/03/31 15:54:21 alex Exp $";
+static char UNUSED id[] = "$Id: client.c,v 1.75 2004/01/17 03:17:49 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
@@ -25,6 +25,7 @@ static char UNUSED id[] = "$Id: client.c,v 1.74 2003/03/31 15:54:21 alex Exp $";
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 #include <netdb.h>
 
 #include "conn.h"