Resolve examples errors (missing include error, signedness warning).

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569220 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
William A. Rowe Jr
2007-08-24 02:08:30 +00:00
parent 5e97777e97
commit 86cd1b413a
2 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,7 @@ static apr_status_t CaseFilterInFilter(ap_filter_t *f,
const char *data;
apr_size_t len;
char *buf;
int n;
apr_size_t n;
/* It is tempting to do this...
* APR_BUCKET_REMOVE(pB);

View File

@ -72,6 +72,7 @@
#include "unixd.h"
#endif
#include "scoreboard.h"
#include "mpm_common.h"
#include "apr_strings.h"