]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/channel.c
Added #include for strings.h to fix compiler warnings.
[ngircd-alex.git] / src / ngircd / channel.c
index 3c740ff0d406b94e9fe438fbb93d900157eec941..57ca90a39d7a4ec96e581b903b9831a869d94247 100644 (file)
 
 #include "portab.h"
 
-static char UNUSED id[] = "$Id: channel.c,v 1.43 2003/11/06 01:07:44 alex Exp $";
+static char UNUSED id[] = "$Id: channel.c,v 1.44 2004/01/17 03:17:49 alex Exp $";
 
 #include "imp.h"
 #include <assert.h>
 #include <stdlib.h>
 #include <string.h>
+#include <strings.h>
 
 #include "conn-func.h"
 #include "client.h"