stoddard 99/09/13 11:22:22
Modified: src/ap ap_sha1.c Log: Get rid of compile warning: "ap_cpystrn undefined". It's in APR now. Revision Changes Path 1.2 +1 -0 apache-2.0/src/ap/ap_sha1.c Index: ap_sha1.c =================================================================== RCS file: /home/cvs/apache-2.0/src/ap/ap_sha1.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ap_sha1.c 1999/08/24 05:50:32 1.1 +++ ap_sha1.c 1999/09/13 18:22:20 1.2 @@ -84,6 +84,7 @@ #include <string.h> +#include "httpd.h" #include "ap_config.h" #include "ap_sha1.h" #include "ap.h"