From 74c81652e0dc44be526e41c017e8abc980cb48ad Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 19 Jun 2000 23:29:12 +0000 Subject: [PATCH] made include of string.h os independent --- src/libCom/osi/os/WIN32/getopt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libCom/osi/os/WIN32/getopt.c b/src/libCom/osi/os/WIN32/getopt.c index 8feee574f..965d91eeb 100644 --- a/src/libCom/osi/os/WIN32/getopt.c +++ b/src/libCom/osi/os/WIN32/getopt.c @@ -56,6 +56,7 @@ char *alloca (); #endif #include +#include /* Comment out all this code if we are using the GNU C Library, and are not actually compiling the library itself. This code is part of the GNU C