Include header to avoid compiler warnings. Part of SF patch #465018.

This commit is contained in:
Fred L. Drake, Jr. 2001-11-09 04:08:51 +00:00
parent 693ce050a7
commit 212aa11153

View File

@ -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)