]> granicus.if.org Git - libexpat/commitdiff
Include header to avoid compiler warnings. Part of SF patch #465018.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 04:08:51 +0000 (04:08 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Fri, 9 Nov 2001 04:08:51 +0000 (04:08 +0000)
expat/xmlwf/readfilemap.c

index 7829f612b6c6c870520367835bd4f6418281efd9..4e5e5d111fef04aaca653b3834123c128d55d89f 100755 (executable)
@@ -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)