From 75d03cbb547264551fbc5783496f17f6f3e9cc31 Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Wed, 25 Jul 2001 17:13:34 +0000 Subject: [PATCH] #include to pick up the close() prototype. --- expat/xmlwf/unixfilemap.c | 1 + 1 file changed, 1 insertion(+) diff --git a/expat/xmlwf/unixfilemap.c b/expat/xmlwf/unixfilemap.c index 4016dd05..0580f859 100755 --- a/expat/xmlwf/unixfilemap.c +++ b/expat/xmlwf/unixfilemap.c @@ -10,6 +10,7 @@ See the file COPYING for copying permission. #include #include #include +#include #ifndef MAP_FILE #define MAP_FILE 0 -- 2.40.0