summaryrefslogtreecommitdiff
path: root/xmlwf/readfilemap.c
diff options
context:
space:
mode:
authorfdrake <fdrake>2001-11-09 04:08:51 +0000
committerfdrake <fdrake>2001-11-09 04:08:51 +0000
commite9c79df4271af209fbe536594aa4d00aec781f41 (patch)
tree94c5d96ec6a5920ed0959077024a532c32095adf /xmlwf/readfilemap.c
parent7cb8e2674c9856ac766a4db48e2aaaff7d14a98a (diff)
downloadlibexpat-e9c79df4271af209fbe536594aa4d00aec781f41.tar.gz
Include header to avoid compiler warnings. Part of SF patch #465018.
Diffstat (limited to 'xmlwf/readfilemap.c')
-rwxr-xr-xxmlwf/readfilemap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlwf/readfilemap.c b/xmlwf/readfilemap.c
index 7829f61..4e5e5d1 100755
--- a/xmlwf/readfilemap.c
+++ b/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)