From: Fred L. Drake, Jr. Date: Fri, 9 Nov 2001 04:08:51 +0000 (+0000) Subject: Include header to avoid compiler warnings. Part of SF patch #465018. X-Git-Tag: R_1_95_3~122 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=212aa11153fdf948e185a63dbfea8447b96a1ff6;p=libexpat Include header to avoid compiler warnings. Part of SF patch #465018. --- diff --git a/expat/xmlwf/readfilemap.c b/expat/xmlwf/readfilemap.c index 7829f612..4e5e5d11 100755 --- a/expat/xmlwf/readfilemap.c +++ b/expat/xmlwf/readfilemap.c @@ -27,6 +27,8 @@ See the file COPYING for copying permission. #endif #endif +#include "filemap.h" + int filemap(const char *name, void (*processor)(const void *, size_t, const char *, void *arg), void *arg)