RT for rt.cpan.org
Skip Menu
|
Bug #2150 for MIME-Explode: There is no unistd.h to be included on win32
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
MIME-Explode CPAN distribution
.
Report information
The Basics
Id:
2150
Status:
new
Priority:
0/
Queue:
MIME-Explode
People
Owner:
Nobody in particular
Requestors:
Cc:
AdminCc:
Bug Information
Severity:
Critical
Broken in:
0.16
Fixed in:
(no value)
History
Show all quoted text
Tue Feb 25 03:43:28 2003
Guest - Ticket created
Subject:
There is no unistd.h to be included on win32
There is no unistd.h to be included on win32, so that line should be in an ifndef, as in #ifndef WIN32 #include <unistd.h> #endif