diff nt/minitar.c @ 812:f846c2ef930d

[xemacs-hg @ 2002-04-13 20:31:27 by jhar] Document that MSVC6 or later required
author jhar
date Sat, 13 Apr 2002 20:31:34 +0000
parents 02f7a782086f
children d4c017f833e2
line wrap: on
line diff
--- a/nt/minitar.c	Sun Apr 07 19:36:14 2002 +0000
+++ b/nt/minitar.c	Sat Apr 13 20:31:34 2002 +0000
@@ -13,9 +13,13 @@
 
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <string.h>
 #include <io.h>
+#ifdef WIN32_NATIVE
+# include <direct.h>	/* For mkdir */
+#endif
 
 #include <zlib.h>