(I thought perl.h did that) - down to two fails
- comp/require.t (last test)
- lib/io_xs.t - possibly import/export of FILE * ?
p4raw-id: //depot/perlio@7482
*
*/
-
#define VOIDUSED 1
#ifdef PERL_MICRO
# include "uconfig.h"
/* Implement all the PerlIO interface ourselves.
*/
+#ifdef I_UNISTD
+#include <unistd.h>
+#endif
+
#undef printf
void PerlIO_debug(char *fmt,...) __attribute__((format(printf,1,2)));