]> granicus.if.org Git - libexpat/commitdiff
#include <unistd.h> to pick up the close() prototype.
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:13:34 +0000 (17:13 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Wed, 25 Jul 2001 17:13:34 +0000 (17:13 +0000)
expat/xmlwf/unixfilemap.c

index 4016dd05397ea47782d0b9b56719aaa94e8e85ac..0580f8594a80f7ec0625869e18e2d792b86a457e 100755 (executable)
@@ -10,6 +10,7 @@ See the file COPYING for copying permission.
 #include <errno.h>
 #include <string.h>
 #include <stdio.h>
+#include <unistd.h>
 
 #ifndef MAP_FILE
 #define MAP_FILE 0