mingw fixes
[swftools.git] / pdf2swf / xpdf / Stream.cc
index 9777940..6bc1c6e 100644 (file)
@@ -16,6 +16,8 @@
 #include <stddef.h>
 #ifndef WIN32
 #include <unistd.h>
+#else
+extern "C" int unlink(char *filename);
 #endif
 #include <string.h>
 #include <ctype.h>