Commit 280fedae authored by Jeff Trawick's avatar Jeff Trawick
Browse files

include string.h for the strstr() prototype


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88514 13f79535-47bb-0310-9956-ffa450edef68
parent a7538417
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@


#include "apr.h"
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <errno.h>