From 212aa11153fdf948e185a63dbfea8447b96a1ff6 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Fri, 9 Nov 2001 04:08:51 +0000 Subject: [PATCH] Include header to avoid compiler warnings. Part of SF patch #465018. --- expat/xmlwf/readfilemap.c | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.40.0