bjh 99/11/27 07:06:22
Modified: src/os/os2 os.c Log: Ooops, missed this. Needs string.h to prevent warnings. Revision Changes Path 1.5 +1 -0 apache-1.3/src/os/os2/os.c Index: os.c =================================================================== RCS file: /home/cvs/apache-1.3/src/os/os2/os.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- os.c 1999/11/27 14:52:35 1.4 +++ os.c 1999/11/27 15:06:21 1.5 @@ -7,6 +7,7 @@ #define INCL_DOS #include <os2.h> #include <stdio.h> +#include <string.h> static int rc=0; static char errorstr[20];