From 14bf6e6f68da1df6e552fe67dfe936dc0faea315 Mon Sep 17 00:00:00 2001 From: steudten <steudten@users.sourceforge.net> Date: Wed, 12 Sep 2001 17:58:26 +0000 Subject: [PATCH] add #include <string.h> --- gateway.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gateway.c b/gateway.c index f0ea5919..28a69f10 100644 --- a/gateway.c +++ b/gateway.c @@ -1,4 +1,4 @@ -const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster Exp $"; +const char gateway_rcs[] = "$Id: gateway.c,v 1.6 2001/09/10 10:41:16 oes Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.c,v $ @@ -34,6 +34,9 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster * * Revisions : * $Log: gateway.c,v $ + * Revision 1.6 2001/09/10 10:41:16 oes + * Added #include in.h + * * Revision 1.5 2001/07/29 18:47:57 jongfoster * Adding missing #include project.h * @@ -67,6 +70,7 @@ const char gateway_rcs[] = "$Id: gateway.c,v 1.5 2001/07/29 18:47:57 jongfoster #include <sys/types.h> #include <netinet/in.h> #include <errno.h> +#include <string.h> #ifdef _WIN32 #include <winsock2.h> -- 2.49.0