===================================================================
RCS file: /usr/local/cvsroot/Stats/src/support.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Stats/src/support.c 2002/09/28 01:59:06     1.1
+++ Stats/src/support.c 2002/10/09 18:35:10     1.2
@@ -6,10 +6,12 @@
 ** Some code Copyright: Jonathan George, Kai Seidler, ircd-hybrid Team,
 **                      IRCnet IRCD developers.
 **
-** $Id: support.c,v 1.1 2002/09/28 01:59:06 wcampbel Exp $
+** $Id: support.c,v 1.2 2002/10/09 18:35:10 wcampbel Exp $
 */
 
 #include "setup.h"
+#include <sys/types.h>
+#include <string.h>
 
 /*
  * strlcat and strlcpy were ripped from openssh 2.5.1p2

